[Bridge] Interface or Linux crashes when put in bridge mode

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 
> So I am hoping somebody can shed some light.  I am not an expert on the Linux bridge code, but I would assume it simply takes the data passed to one interface and gives it to the next; so my WLAN driver should not know or care if the data is coming from a local ping or a ping from another box, cause it should receive the same skb, right?  I am at a total loss to explain it at this time.
> 

Sorry, won't fix your driver for you... It's open source walkthrough the code.
You might find that your driver doesn't like it when it's transmit routine
is called from softirq? or maybe it doesn't like spoofing the source Ethernet
address. Use printk's or kgdb; it can't be that hard to find.


[Index of Archives]     [Netdev]     [AoE Tools]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux