Re: openbgpds not talking each other since 8.2-STABLE upgrade

2012-01-04 Thread Borja Marcos
On Jan 3, 2012, at 4:29 PM, Ed Maste wrote: > Thanks for the link Nikolay. > > Borja, I assume it's the PR submission form that gave you trouble - > sorry for that. Based on your report it sounds to me like the bug is > in OpenBGPd itself. If it works on OpenBSD with the TCP_MD5SIG option > th

Re: pf not seeing inbound packets on netgraph interface

2012-01-04 Thread Ermal Luçi
On Wed, Jan 4, 2012 at 5:29 AM, Ed Carrel wrote: > Hi freebsd-net, > > I originally sent this to -questions@, but was redirected here by that > list. My original question is below: > > I am running into a roadblock getting PF to filter traffic on a Netgraph > interface representing an L2TP/IPSec

Re: Any recommendations for a 10G NIC from Broadcom

2012-01-04 Thread Damien Fleuriot
On 1/4/12 6:10 AM, Vijay Singh wrote: > Hi. I would like to try out a 10G NIC from Broadcom. The BCM5716 seems > promising. I am looking for features such as multi-queue, MSI-X, TSO > etc. Any recommendations would be greatly appreciated. > Now, I'm going to offer you an indirect response. Jack

Re: openbgpds not talking each other since 8.2-STABLE upgrade

2012-01-04 Thread Claudio Jeker
On Wed, Jan 04, 2012 at 09:27:28AM +0100, Borja Marcos wrote: > > On Jan 3, 2012, at 4:29 PM, Ed Maste wrote: > > > Thanks for the link Nikolay. > > > > Borja, I assume it's the PR submission form that gave you trouble - > > sorry for that. Based on your report it sounds to me like the bug is >

kernel: nd6_setmtu0: new link MTU on ng29 (1218) is too small for IPv6

2012-01-04 Thread Sami Halabi
Hi, I'm using a FreeBSD8.2-R-p5 in conjunction with MPD5.5 port for creating pptp/l2tp tunnels. I'm using MPPC (Compression & Encryption), my current onfiguration i use only IPv4. I keep getting in the logs the following: Jan 3 19:15:21 mpd2 kernel: nd6_setmtu0: new link MTU on ng120 (1218) is t

Re: kernel: nd6_setmtu0: new link MTU on ng29 (1218) is too small for IPv6

2012-01-04 Thread Hiroki Sato
Sami Halabi wrote in : so> Hi, so> I'm using a FreeBSD8.2-R-p5 in conjunction with MPD5.5 port for creating so> pptp/l2tp tunnels. so> so> I'm using MPPC (Compression & Encryption), my current onfiguration i use so> only IPv4. so> so> I keep getting in the logs the following: so> Jan 3 19:15:2

Re: kernel: nd6_setmtu0: new link MTU on ng29 (1218) is too small for IPv6

2012-01-04 Thread Gleb Smirnoff
On Wed, Jan 04, 2012 at 12:59:18PM +0200, Sami Halabi wrote: S> I'm using a FreeBSD8.2-R-p5 in conjunction with MPD5.5 port for creating S> pptp/l2tp tunnels. S> S> I'm using MPPC (Compression & Encryption), my current onfiguration i use S> only IPv4. S> S> I keep getting in the logs the followin

Re: kernel: nd6_setmtu0: new link MTU on ng29 (1218) is too small for IPv6

2012-01-04 Thread Sami Halabi
Hi, i just tested the last log: %tail /var/log/messages Jan 3 23:21:50 mpd2 kernel: nd6_setmtu0: new link MTU on ng92 (1218) is too small for IPv6 Jan 4 00:00:36 mpd2 kernel: nd6_setmtu0: new link MTU on ng105 (1218) is too small for IPv6 Jan 4 00:34:48 mpd2 kernel: nd6_setmtu0: new link MTU on

Re: kernel: nd6_setmtu0: new link MTU on ng29 (1218) is too small for IPv6

2012-01-04 Thread Bjoern A. Zeeb
On 4. Jan 2012, at 12:11 , Sami Halabi wrote: > Hi, > i just tested the last log: > %tail /var/log/messages > Jan 3 23:21:50 mpd2 kernel: nd6_setmtu0: new link MTU on ng92 (1218) is > too small for IPv6 > Jan 4 00:00:36 mpd2 kernel: nd6_setmtu0: new link MTU on ng105 (1218) is > too small for I

Re: Transitioning if_addr_lock to an rwlock

2012-01-04 Thread Bjoern A. Zeeb
On 3. Jan 2012, at 22:19 , Bjoern A. Zeeb wrote: > On 29. Dec 2011, at 20:27 , John Baldwin wrote: >> I've gone ahead with this approach. I have three separate patches that >> should >> implement Phase 1. All of them can be found at >> http://www.FreeBSD.org/~jhb/patches/ >> >> - if_addr_dev.

Re: Any recommendations for a 10G NIC from Broadcom

2012-01-04 Thread John Baldwin
On Wednesday, January 04, 2012 4:31:00 am Damien Fleuriot wrote: > On 1/4/12 6:10 AM, Vijay Singh wrote: > > Hi. I would like to try out a 10G NIC from Broadcom. The BCM5716 seems > > promising. I am looking for features such as multi-queue, MSI-X, TSO > > etc. Any recommendations would be greatly

Re: openbgpds not talking each other since 8.2-STABLE upgrade

2012-01-04 Thread sthaug
> You are setting the keys with setkey for both directions of a single session, > right? > i.e.: > > add X.X.X.X Y.Y.Y.Y tcp 0x1000 -A tcp-md5 "SomePass"; > add Y.Y.Y.Y X.X.X.X tcp 0x1000 -A tcp-md5 "SomePass"; > > As before it was only needed to set the "outgoing" direction key, which > s

Re: Transitioning if_addr_lock to an rwlock

2012-01-04 Thread Bjoern A. Zeeb
On 4. Jan 2012, at 12:45 , Bjoern A. Zeeb wrote: > > On 3. Jan 2012, at 22:19 , Bjoern A. Zeeb wrote: > >> On 29. Dec 2011, at 20:27 , John Baldwin wrote: >>> I've gone ahead with this approach. I have three separate patches that >>> should >>> implement Phase 1. All of them can be found at >

Re: Transitioning if_addr_lock to an rwlock

2012-01-04 Thread John Baldwin
On Wednesday, January 04, 2012 7:45:26 am Bjoern A. Zeeb wrote: > > On 3. Jan 2012, at 22:19 , Bjoern A. Zeeb wrote: > > > On 29. Dec 2011, at 20:27 , John Baldwin wrote: > >> I've gone ahead with this approach. I have three separate patches that > >> should > >> implement Phase 1. All of them

Re: Extending sys/dev/mii

2012-01-04 Thread Adrian Chadd
I'm including -net here so we can try and pull in further feedback from network-cluey people. On 4 January 2012 08:03, Stefan Bethke wrote: > As discussed recently, ray@, adrian@ and myself are trying to get a framework > and utility into the tree that allows the use and configuration of etherne

Re: Any recommendations for a 10G NIC from Broadcom

2012-01-04 Thread YongHyeon PYUN
On Tue, Jan 03, 2012 at 09:10:20PM -0800, Vijay Singh wrote: > Hi. I would like to try out a 10G NIC from Broadcom. The BCM5716 seems > promising. I am looking for features such as multi-queue, MSI-X, TSO > etc. Any recommendations would be greatly appreciated. > > -vijay > > PS: I'd be using Fre