Re: compiling on nfs directories

2014-12-18 Thread Gerrit Kühn
On Thu, 18 Dec 2014 19:05:24 -0500 (EST) Rick Macklem wrote about Re: compiling on nfs directories: RM> avg@ just MFC'd a one line ZFS patch (the one I vaguely remembered RM> before). It is r275401 in head: RM> https://svnweb.freebsd.org/base/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/z

IPv6 multicast routing

2014-12-18 Thread John Nielsen
Hi all- Does anyone do IPv6 multicast routing on FreeBSD? If so, what software do you use? Any caveats or other things to be aware of? The only options I have seen are all in net/mcast-tools and I'm having some trouble with each of them. I do have "options MROUTING" in my kernel and IPv6 forwa

[netmap] netmap rings connect to host stack

2014-12-18 Thread Yuzhou (C)
Hi everyone, I am a newbie to netmap. After reading papers about netmap, I think the path that netmap talk to host stack, like this: Application | | Socket API | | Host stack | |

Re: compiling on nfs directories

2014-12-18 Thread Rick Macklem
Gerrit Kuhn wrote: > On Mon, 15 Dec 2014 15:59:29 -0500 (EST) Rick Macklem > wrote about Re: compiling on nfs directories: > > > RM> Also, note that he didn't see the problem with FreeBSD8.3, which > would > RM> have been following the same rules on the server as 10.1. > RM> > RM> What I suspect

Re: compiling on nfs directories

2014-12-18 Thread Rick Macklem
Russell L. Carter wrote: > > > On 12/18/14 08:37, Adam Vande More wrote: > > On Thu, Dec 18, 2014 at 9:29 AM, Alan Somers > > wrote: > >> > >> On Wed, Dec 17, 2014 at 6:54 PM, Russell L. Carter > >> > >> wrote: > >>> On 12/17/14 18:30, Adam McDougall wrote: > > On 12/17/2014 19:47, Ru

Re: FreeBSD 10-stable (r274577) LACP / IEEE 802.3ad with TP-Link TL-SG2008 - not working

2014-12-18 Thread John-Mark Gurney
Alan Somers wrote this message on Thu, Dec 18, 2014 at 09:15 -0700: > On Wed, Dec 17, 2014 at 10:11 PM, Craig Rodrigues wrote: > > On Wed, Dec 17, 2014 at 9:08 PM, Craig Rodrigues > > wrote: > >> > >> > >> > >> On Wed, Dec 17, 2014 at 5:36 PM, David P. Discher wrote: > >>> > >>> > >>> Yeah, Alan

Re: compiling on nfs directories

2014-12-18 Thread Russell L. Carter
On 12/18/14 08:37, Adam Vande More wrote: On Thu, Dec 18, 2014 at 9:29 AM, Alan Somers wrote: On Wed, Dec 17, 2014 at 6:54 PM, Russell L. Carter wrote: On 12/17/14 18:30, Adam McDougall wrote: On 12/17/2014 19:47, Russell L. Carter wrote: On 12/17/14 16:07, Rick Macklem wrote: If

Re: FreeBSD 10-stable (r274577) LACP / IEEE 802.3ad with TP-Link TL-SG2008 - not working

2014-12-18 Thread Alan Somers
On Wed, Dec 17, 2014 at 10:11 PM, Craig Rodrigues wrote: > On Wed, Dec 17, 2014 at 9:08 PM, Craig Rodrigues > wrote: >> >> >> >> On Wed, Dec 17, 2014 at 5:36 PM, David P. Discher wrote: >>> >>> >>> Yeah, Alan - will do ... if I decided to look into more. That is why I was >>> looking for spec o

Re: FreeBSD 10-stable (r274577) LACP / IEEE 802.3ad with TP-Link TL-SG2008 - not working

2014-12-18 Thread David P. Discher
On Dec 17, 2014, at 9:11 PM, Craig Rodrigues wrote: > > > And here: > > http://www-01.ibm.com/support/docview.wss?uid=isg1VM64842 > Ah, wow … that IBM article - what I’m seeing is the four-byte Frame Check Sequence (FCS). I download the IEEE Std 802.1AX-2008 PDF, Figure 5–8— LACPDU struc

Re: compiling on nfs directories

2014-12-18 Thread Adam Vande More
On Thu, Dec 18, 2014 at 9:29 AM, Alan Somers wrote: > > On Wed, Dec 17, 2014 at 6:54 PM, Russell L. Carter > wrote: > > On 12/17/14 18:30, Adam McDougall wrote: > >> > >> On 12/17/2014 19:47, Russell L. Carter wrote: > >>> > >>> > >>> > >>> On 12/17/14 16:07, Rick Macklem wrote: > >> > >> >

Re: compiling on nfs directories

2014-12-18 Thread Alan Somers
On Wed, Dec 17, 2014 at 6:54 PM, Russell L. Carter wrote: > > > On 12/17/14 18:30, Adam McDougall wrote: >> >> On 12/17/2014 19:47, Russell L. Carter wrote: >>> >>> >>> >>> On 12/17/14 16:07, Rick Macklem wrote: >> >> If this is using an exported ZFS volume, it would be nice if you could

Re: OT: github.com version of NDISulator

2014-12-18 Thread Nikos Vassiliadis
Hi, I got it working with the github version:) A person pointed out that I was using the wrong branch of github ndisulator. All I had to do was to use the correct branch. On 12/17/14 20:04, Adrian Chadd wrote: hi, The ndis code is (a) not maintained, and (b) not going to be updated for the n

[Bug 86871] [tcp] [patch] allocation logic for PCBs in TIME_WAIT state causes packet drops on stateful FWs

2014-12-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=86871 Harrison Grundy changed: What|Removed |Added CC||harrison.grundy@astrodoggro

Re: PF IPv6 fragments handling (was: Re: Checksumming outgoing packets in PF vs in ip[6]_output)

2014-12-18 Thread Kristof Provost
On 2014-12-18 11:29:01 (+0100), Ilya Bakulin wrote: > On 2014-11-09 21:15, Kristof Provost wrote: > > On 2014-11-09 14:30:55 (+0100), Ilya Bakulin wrote: > >> On 07.11.14, 14:31, Kristof Provost wrote: > > You can find the patch series here: > > http://www.sigsegv.be/files/pf_inet6_frag.tar > > a

PF IPv6 fragments handling (was: Re: Checksumming outgoing packets in PF vs in ip[6]_output)

2014-12-18 Thread Ilya Bakulin
On 2014-11-09 21:15, Kristof Provost wrote: On 2014-11-09 14:30:55 (+0100), Ilya Bakulin wrote: On 07.11.14, 14:31, Kristof Provost wrote: You can find the patch series here: http://www.sigsegv.be/files/pf_inet6_frag.tar and everything in one big patch here: http://www.sigsegv.be/files/pf_inet