Re: [PATCH] Part 2 of low level 802.1p priority support

2007-02-10 Thread Pyun YongHyeon
On Sat, Feb 10, 2007 at 06:28:41PM +, Bruce M. Simpson wrote: > This updated patch moves VLAN tag decapsulation into if_ethersubr.c and > always uses M_VLANTAG, which is also passed to the upper layer. > > Tests with ping: > fxp (no VLAN_HWTAGGING support) OK > msk (VLAN_HWTAGGING

Re: [PATCH] Part 2 of low level 802.1p priority support

2007-02-10 Thread Andrew Thompson
On Sat, Feb 10, 2007 at 06:28:41PM +, Bruce M. Simpson wrote: > This updated patch moves VLAN tag decapsulation into if_ethersubr.c and > always uses M_VLANTAG, which is also passed to the upper layer. > > Tests with ping: > fxp (no VLAN_HWTAGGING support) OK > msk (VLAN_HWTAGGING enable

Re: [PATCH] netstat(1) should print CIDR prefixes

2007-02-10 Thread Gary Corcoran
Bruce M Simpson wrote: Hi, This is a POLA violating 'let's move with the times' patch that gets rid of the special treatment of classful IPv4 network prefixes in 'netstat -rn' output. Comments please! Since those 'classes' haven't meant anything for many years, and interpreting them as 'spec

Re: [PATCH] netstat(1) should print CIDR prefixes

2007-02-10 Thread Matthew D. Fuller
On Sat, Feb 10, 2007 at 10:57:13PM + I heard the voice of Bruce M Simpson, and lo! it spake thus: > > This is a POLA violating 'let's move with the times' patch that gets > rid of the special treatment of classful IPv4 network prefixes in > 'netstat -rn' output. Comments please! Please! 1.2.

Re: Networking FreeBSD Wiki

2007-02-10 Thread gnn
At Fri, 09 Feb 2007 12:07:45 +0100, Christian Brueffer wrote: > > [1 ] > On Thu, Feb 08, 2007 at 05:07:31PM -0800, [EMAIL PROTECTED] wrote: > > Hi, > > > > I've started a Wiki page in the FreeBSD Wiki in an attempt to > > coordinate some of the clean up work and networking projects that > > aren

[PATCH] netstat(1) should print CIDR prefixes

2007-02-10 Thread Bruce M Simpson
Hi, This is a POLA violating 'let's move with the times' patch that gets rid of the special treatment of classful IPv4 network prefixes in 'netstat -rn' output. Comments please! Rgards, BMS Index: route.c === RCS file: /home/ncvs

[PATCH] Make INET6 MROUTING dynamically loadable in GENERIC

2007-02-10 Thread Bruce M Simpson
Hi, This should do what it says on the tin... Regards, BMS Make IPv6 multicast forwarding dynamically loadable into a GENERIC kernel. Index: conf/files === RCS file: /home/ncvs/src/sys/conf/files,v retrieving revision 1.1175 diff -

[PATCH] Introduce M_PROMISC to lower part of Ethernet code

2007-02-10 Thread Bruce M Simpson
Hi, Thunderbird keeps crashing whenever I draft these messages, which is frustrating. Can we discuss this change? I would like to get it in as we get the following wins: 1. Potentially cleaner code in ether_demux()/ether_input() 2. Ways of detecting and preventing L2/L3 forwarding loops 3.

[PATCH] Part 2 of low level 802.1p priority support

2007-02-10 Thread Bruce M. Simpson
This updated patch moves VLAN tag decapsulation into if_ethersubr.c and always uses M_VLANTAG, which is also passed to the upper layer. Tests with ping: fxp (no VLAN_HWTAGGING support) OK msk (VLAN_HWTAGGING enabled) OK msk (VLAN_HWTAGGING disanabled) FAIL I am concerned that t

[PATCH] Part 1 of low level 802.1p priority support

2007-02-10 Thread Bruce M Simpson
Hi, Here is the first patch to bring in 802.1p Packet Priority to FreeBSD; this is to support Differentiated Services and Quality-of-Service. This builds on the M_VLANTAG support introduced by Andre last September. This first stage enables FreeBSD to pass packets for 802.1q with VLAN 0 to th