commit | 9bcfcaf5e9cc887eb39236e43bdbe4b4b2572229 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Tue Aug 29 17:48:57 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Fri Sep 22 15:18:31 2006 -0700 |
tree | 34d6369208bdd707a5e45bdf1972c94e3206b6e3 | |
parent | 07317621d004e8e6967f2dac8562825267e56135 [diff] |
[NETFILTER] bridge: simplify nf_bridge_pad Do some simple optimization on the nf_bridge_pad() function and don't use magic constants. Eliminate a double call and the #ifdef'd code for CONFIG_BRIDGE_NETFILTER. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>