Re: MPLS implementation

2007-03-21 Thread Bruce M. Simpson
Sam Wun wrote: Hi, Is there any MPLS implementation for FreeBSD? I found a port ayame mpls for netbsd, but the last implementation was dated back to 2003, seems very old. There is NISTswitch, but it is most likely very bit-rotted by now. I would suggest helping Anihudda Bodhra out on the Cli

Re: Proposal: Merge RFC3678 multicast APIs

2007-03-21 Thread gnn
At Tue, 20 Mar 2007 23:53:12 +, Bruce M Simpson wrote: > > Hi, > > I propose that we merge the RFC3678 advanced multicast APIs. Doing so > gets us closer to IGMPv3 and SSM. I would greatly appreciate suggestions > about how to deal with the include header issue below. > If you're up for i

Re: Interface index hack in IP_ADD_MEMBERSHIP

2007-03-21 Thread Yar Tikhiy
On Mon, Mar 19, 2007 at 10:28:37PM +0700, Eugene Grosbein wrote: > On Mon, Mar 19, 2007 at 02:28:52PM +, Bruce M Simpson wrote: > > > I plan to get rid of the ugly little ip_multicast_if() hack in the IP > > stack.= > > Before I do, is anyone actually using this? > > > > RFC 3678 specifies a

A dummy Ethernet driver

2007-03-21 Thread Yar Tikhiy
Hi folks, We have disc(4) for testing and benchmarking. However, it's a loopback driver, so such things as vlan or bridge cannot attach to it. I needed a similar dummy interface mimicing Ethernet and failed to find a ready solution. I tried ng_eiface+ng_hole, but it just couldn't keep up with g

Re: A dummy Ethernet driver

2007-03-21 Thread Luigi Rizzo
On Wed, Mar 21, 2007 at 11:19:36PM +0300, Yar Tikhiy wrote: > Hi folks, > > We have disc(4) for testing and benchmarking. However, it's a > loopback driver, so such things as vlan or bridge cannot attach to > it. I needed a similar dummy interface mimicing Ethernet and failed > to find a ready s

Re: ICMP-floods

2007-03-21 Thread Jon Otterholm
Chuck Swiger wrote: On Mar 20, 2007, at 4:05 PM, Jon Otterholm wrote: When setting net.inet.ip.redirect=0 on my routers, the icmp-redirects disappear, but instead I get a large amount of ICMP-time-exceed from my routers. The information you've provided strongly suggests either problems with

Re: A dummy Ethernet driver

2007-03-21 Thread Julian Elischer
Luigi Rizzo wrote: On Wed, Mar 21, 2007 at 11:19:36PM +0300, Yar Tikhiy wrote: Hi folks, We have disc(4) for testing and benchmarking. However, it's a loopback driver, so such things as vlan or bridge cannot attach to it. I needed a similar dummy interface mimicing Ethernet and failed to find

Re: [PATCH] bge(4) patch for -STABLE

2007-03-21 Thread Jung-uk Kim
On Friday 16 March 2007 02:30 pm, Jung-uk Kim wrote: > I have made bge(4) patch for -STABLE (sorry, not suitable for > RELENG_6_2): > > http://people.freebsd.org/~jkim/bge_releng6.diff > > I received few success reports but I need wider testing because > changes are too big and there are two many B

Re: A dummy Ethernet driver

2007-03-21 Thread gnn
At Wed, 21 Mar 2007 23:19:36 +0300, Yar Tikhiy wrote: > > Hi folks, > > We have disc(4) for testing and benchmarking. However, it's a > loopback driver, so such things as vlan or bridge cannot attach to > it. I needed a similar dummy interface mimicing Ethernet and failed > to find a ready solu