Re: avoiding unnecessary route deletion in rt_fixchange()

2001-07-18 Thread Ruslan Ermilov
Yay, cool! Unless Garrett commits this in a few days, I will on Friday. And yes, this fixes the "mysterious" problem when gwroute was not allocated when adding the "default" route. Thanks! On Wed, Jul 18, 2001 at 03:43:41PM +0900, JINMEI Tatuya / ?$B?@L@C#:H?(B wrote: > As commented in defined

MPLS

2001-07-18 Thread Christophe Prévotaux
Will MPLS and MPLS-TE (and MPLS VPL L2 and L3) be implemented under FreeBSD ? I know that Juniper has implemented them and whole bunch of other neat thing over FreeBSD and that the latest JUNOS is a somewhat modified FreeBSD 4.x Is anyone (or maybe Juniper ? :)) working on implementing this und

Re: natd and ICMP 3.4 packets

2001-07-18 Thread Ruslan Ermilov
On Fri, Jul 13, 2001 at 04:48:03PM +0300, Ruslan Ermilov wrote: > On Fri, Jul 13, 2001 at 04:18:05PM +0300, Ari Suutari wrote: > > > > > > > > Doesn't sound good that IP header with private IP address > > > > gets sent to internet. - after all, the 195.168.3.210 host on internet > > knows > > > >

Re: IPV6 panic?

2001-07-18 Thread Bruce A. Mah
If memory serves me right, JINMEI Tatuya / =?ISO-2022-JP?B?GyRCP0BMQEMjOkgbKEI= ?= wrote: > The essential point of this problem is not in the IPv6 stack, but in > net/route.c. > > The attached patch (which you may already have seen) would be a > complete fix to this problem. Please try it. OK.

Re: 802.1q and multicasting

2001-07-18 Thread Bill Fenner
The vlan driver doesn't set up the multicast filters correctly on the underlying interface. I've got a patch sitting in my CVS tree that I should probably just commit... Bill To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: 802.1q and multicasting

2001-07-18 Thread Bill Fenner
Actually, I guess I *did* commit them, in -current. I will look at merging them next week. Bill To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: MPLS

2001-07-18 Thread Bruce Dang
Monsieur Prevotaux, As of now, I do not believe FreeBSD has MPLS implemented. there is always vlan tagging though (802.1q). maybe someone will implement it in 5.x. bruce "Christophe Prévotaux" wrote: > > Will MPLS and MPLS-TE (and MPLS VPL L2 and L3) be implemented > under FreeBSD ? > > I kn

Re: MPLS

2001-07-18 Thread Thierry Herbelot
Christophe Privotaux wrote: > > Will MPLS and MPLS-TE (and MPLS VPL L2 and L3) be implemented > under FreeBSD ? have-you had a look at the archives ? ISTR a post where someone announced work with MPLS > > I know that Juniper has implemented them and whole bunch of other > neat thing over

Adding new files to netinet

2001-07-18 Thread Marcelo Carvalho
Hi, I'm currently trying to modify some files and add others in the /usr/src/sys/netinet directory. I'm following the procedures of kernel compilation but, apparently, the files I've added don't seem to have compiled. How do I know that they have been compiled successfuly and wha

Re: MPLS

2001-07-18 Thread Bill Fumerola
On Wed, Jul 18, 2001 at 12:35:25PM +0200, Christophe Prévotaux wrote: > I know that Juniper has implemented them and whole bunch of other > neat thing yes (including mpls). > over FreeBSD mostly wrong. > and that the latest JUNOS is a somewhat modified > FreeBSD 4.x wrong. -- Bill Fumerola

Re: avoiding unnecessary route deletion in rt_fixchange()

2001-07-18 Thread Stephen Degler
Hi, Applied. I'll let you (and the list) know if I have any issues. Thanks, skd On Wed, Jul 18, 2001 at 03:43:41PM +0900, JINMEI Tatuya / ?$B?@L@C#:H?(B wrote: > As commented in defined in sys/net/route.c, rt_fixchange() has a bad > effect, which would cause unnecessary route deletion: > >