On Sun, 24 Apr 2005 22:54:56 +0800
"wan" <[EMAIL PROTECTED]> wrote:

> 
> Hello,
> 
> I just made some change of the bridge source which under kernel 2.4.20 ,to 
> make it work automatically without any ioctl commands such as brctl .In this 
> module I do ,it has only one br named BRIDGE which auto constructed in the 
> module initiation ,and defined as a global variable "brg".And I add one eth 
> card(eth0) to the br as a port .The main program is just below this page.
> 
> But now I meet one question ,that is ,when I want passup a skb to the higher 
> protocol layer use function netif_rx ,the higher layer not response ,the skb 
> must have not passup yet .Why ?I'm puzzling about it for some days .

Did you put an IP address on the bridge device? 
Is the bridge device maked as UP?

If not, then the higher layers will probably drop it because it is not destined 
for the local host.
_______________________________________________
Bridge mailing list
[email protected]
http://lists.osdl.org/mailman/listinfo/bridge

Reply via email to