commit | a9fcc6a41de947108898bc9807f25fa326467365 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Sun May 03 22:06:07 2015 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Thu May 14 12:43:49 2015 +0200 |
tree | af047a48360169e900550a86031ad1ad5f24eb65 | |
parent | 7fb48c5bc3100f7674a8e26f42c1518196500728 [diff] |
netfilter: bridge: free nf_bridge info on xmit nf_bridge information is only needed for -m physdev, so we can always free it after POST_ROUTING. This has the advantage that allocation and free will typically happen on the same cpu. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>