]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[BRIDGE]: optimize frame pass up
authorStephen Hemminger <shemminger@osdl.org>
Tue, 21 Mar 2006 06:57:18 +0000 (22:57 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 06:57:18 +0000 (22:57 -0800)
commitd5513a7d32de721a9e396c2b32cf277d5cef5fb6
treeaecdea676fae6ef1390ac4f6e63a6196db2ebf79
parentcee4854122d4347b2f6f10fe7f007a48fada29a0
[BRIDGE]: optimize frame pass up

The netfilter hook that is used to receive frames doesn't need to be a
stub.  It is only called in two ways, both of which ignore the return
value.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_input.c