Re: ipfw NAT /etc/rc.firewall question

2016-01-24 Thread Ian Smith
On Sun, 24 Jan 2016 17:41:17 -0700, Russell L. Carter wrote: > Hi, > > I am making myself learn better how ipfw works. I am curious about > the optimal location of the NAT rule definition code. My immediate > application is a generic NATing gateway with an outside iface armored > up and an

[Differential] [Closed] D4977: hyperv/hn: Use m_copydata for chimney sending.

2016-01-24 Thread Phabricator
This revision was automatically updated to reflect the committed changes. Closed by commit rS294701: hyperv/hn: Use m_copydata for chimney sending. (authored by sephe). CHANGED PRIOR TO COMMIT https://reviews.freebsd.org/D4977?vs=12412&id=12669#toc REPOSITORY rS FreeBSD src repository CHANG

[Differential] [Closed] D4972: hyperv/hn: Partly rework transmission path

2016-01-24 Thread Phabricator
This revision was automatically updated to reflect the committed changes. Closed by commit rS294700: hyperv/hn: Partly rework transmission path (authored by sephe). CHANGED PRIOR TO COMMIT https://reviews.freebsd.org/D4972?vs=12444&id=12668#toc REPOSITORY rS FreeBSD src repository CHANGES S

ipfw NAT /etc/rc.firewall question

2016-01-24 Thread Russell L. Carter
Hi, I am making myself learn better how ipfw works. I am curious about the optimal location of the NAT rule definition code. My immediate application is a generic NATing gateway with an outside iface armored up and an inside iface permitting general anarchy. The usual services will be accessib

Problem reports for freebsd-net@FreeBSD.org that need special attention

2016-01-24 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and ob

Re: Multicast routing on FreeBSD 11 current

2016-01-24 Thread Ben Woods
On 24 January 2016 at 11:36, Otacílio wrote: > Em 24/01/2016 07:24, Olivier Cochard-Labbé escreveu: > >> On Sun, Jan 24, 2016 at 9:41 AM, Ben Woods wrote: >> >> Hi everyone, >>> >>> Could someone running FreeBSD current on a test machine try loading the >>> ip_mroute driver on their machine? >>>

Re: Multicast routing on FreeBSD 11 current

2016-01-24 Thread Marko Zec
On Sun, 24 Jan 2016 13:17:45 +0300 "Andrey V. Elsukov" wrote: > On 24.01.16 01:14, Ben Woods wrote: > > % sudo kldload -v ip_mroute > > kldload: an error occurred while loading the module. Please check > > dmesg(8) for more details. > > % dmesg > > linker_load_file: Unsupported file type > > > >

[Bug 206528] Emulex LPe 16002 FC HBA Not Recognized by oce(4) driver

2016-01-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206528 Kubilay Kocak changed: What|Removed |Added Status|New |Open --- Comment #6 from Kubilay K

[Bug 206528] Emulex LPe 16002 FC HBA Not Recognized by oce(4) driver

2016-01-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206528 --- Comment #5 from Olli Hauer --- I forgot the change from gcc to clang already. oce.ko is a static module, and even it works I wouldn't trust in production without a vendor statement. -- You are receiving this mail because: You are on t

[Bug 206528] Emulex LPe 16002 FC HBA Not Recognized by oce(4) driver

2016-01-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206528 --- Comment #4 from Ron --- I will give it a shot shortly, last time I tried this I had failures due to the change from gcc to clang. Will report back shortly. -- You are receiving this mail because: You are on the CC list for the bug. __

[Bug 206528] Emulex LPe 16002 FC HBA Not Recognized by oce(4) driver

2016-01-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206528 --- Comment #3 from Olli Hauer --- Hi Ron, you are right no download for 10.x, but there is a driver for 9.3 in the old pkg format. I'm not sure if it will work on 10.x and for FC but maybe give it a try. Perhaps Koobs or another Bugzilla

[Bug 206528] Emulex LPe 16002 FC HBA Not Recognized by oce(4) driver

2016-01-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206528 --- Comment #2 from Ron --- I looked there before opening the case, for me I just see this under download: "Ethernet Driver - Use inbox driver" -- You are receiving this mail because: You are on the CC list for the bug. __

[Bug 206528] Emulex LPe 16002 FC HBA Not Recognized by oce(4) driver

2016-01-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206528 Olli Hauer changed: What|Removed |Added CC||oha...@freebsd.org --- Comment #1 fro

Re: Multicast routing on FreeBSD 11 current

2016-01-24 Thread Olivier Cochard-Labbé
On Sun, Jan 24, 2016 at 9:41 AM, Ben Woods wrote: > > Hi everyone, > > Could someone running FreeBSD current on a test machine try loading the > ip_mroute driver on their machine? > ​Hi, no problem here: root@lame5 # uname -a FreeBSD lame5.bsdrp.net 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r294522

Re: Multicast routing on FreeBSD 11 current

2016-01-24 Thread Andrey V. Elsukov
On 24.01.16 01:14, Ben Woods wrote: > % sudo kldload -v ip_mroute > kldload: an error occurred while loading the module. Please check dmesg(8) > for more details. > % dmesg > linker_load_file: Unsupported file type > > Any ideas what could be causing this error? Usually this means that your runni

Re: Does FreeBSD have sendmmsg or recvmmsg system calls?

2016-01-24 Thread Gary Jennejohn
On Sun, 24 Jan 2016 07:06:34 +0200 Konstantin Belousov wrote: [delete irrelevant parts of the patch] > > + rcvd = 1; > > + for (i = rcvd; i < vlen; i++) { > i = rcvd = 1; ... i++, rcvd++ ? > > > + ret = __sys_recvmsg(s, &msgvec[i].msg_hdr, flags); > > + if (ret == -1)

Re: Multicast routing on FreeBSD 11 current

2016-01-24 Thread Ben Woods
On Saturday, 23 January 2016, Ben Woods wrote: > > I am running the GENERIC kernel, except with VIMAGE enabled and SCTP > disabled. > > When I try to load the kernel module, I am getting an error: > % sudo kldload -v ip_mroute > kldload: an error occurred while loading the module. Please check dme