Re: [PATCH net-2.6.25 4/7][ATM]: [br2864] routed support

2008-01-28 Thread Chung-Chi Lo
On Jan 26, 2008 8:20 PM, chas williams - CONTRACTOR <[EMAIL PROTECTED]> wrote: > In message <[EMAIL PROTECTED]>,"Chung- > Chi Lo" writes: > >By the way, this routed mode patch doesn't include encaps=VCMUX and > >RFC2684 routed > >protocol decapsul

Re: [PATCH net-2.6.25 4/7][ATM]: [br2864] routed support

2008-01-15 Thread Chung-Chi Lo
ac, > srcmac, ethtype */ > + skb->protocol = eth_type_trans(skb, net_dev); > } Question to decode the encaps=VCMUX and bridge mode: This line skb_pull((skb, BR2684_PAD_LEN + ETH_HLEN); should be replaced by skb_pull((skb, BR2684_PAD_LEN); ? By the way, this routed mode pa

Re: [BRIDGE] warning message when add an interface to bridge

2007-12-06 Thread Chung-Chi Lo
Thanks. After applying this patch, the warning message is gone. [PATCH] net: Fix running without sysfs On Dec 6, 2007 2:00 PM, Eric W. Biederman <[EMAIL PROTECTED]> wrote: > > Stephen Hemminger <[EMAIL PROTECTED]> writes: > > > On Wed, 5 Dec 2007 10:44:17 +0800

[BRIDGE] warning message when add an interface to bridge

2007-12-04 Thread Chung-Chi Lo
My kernel is Linxu 2.6.22.1. SYSFS is off. When adding an interface to bridge, console will show WARNING message. If turn SYSFS to on, then the WARNING message is gone. Any suggestion how to debug this problem? Thanks. # ifconfig eth0 0.0.0.0 eth0: starting interface. # brctl addbr br0 # brctl add