commit | 33b1f31392861947fa2a2a57c3a39ab63b8c9f9d | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Fri Jun 05 13:28:38 2015 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Jun 12 14:16:46 2015 +0200 |
tree | c9fc6aaa8a1e64e1e884b55d425d45254fef1c1f | |
parent | efb6de9b4ba0092b2c55f6a52d16294a8a698edd [diff] |
net: ip_fragment: remove BRIDGE_NETFILTER mtu special handling since commit d6b915e29f4adea9 ("ip_fragment: don't forward defragmented DF packet") the largest fragment size is available in the IPCB. Therefore we no longer need to care about 'encapsulation' overhead of stripped PPPOE/VLAN headers since ip_do_fragment doesn't use device mtu in such cases. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>