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
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
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
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