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

Stephen Hemminger shemminger at osdl.org
Thu Jun 24 10:38:54 PDT 2004


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



More information about the Bridge mailing list