commit | 764dd163ac922f8683b5bcd3007251ce7b26cd33 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Wed May 29 13:25:38 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu May 30 14:18:18 2019 -0700 |
tree | dc8afac25b5d7de268b3877da0da9d0e70f44003 | |
parent | 3c171f496ef57774f8e5d509923372549734877f [diff] |
netfilter: nf_conntrack_bridge: add support for IPv6 br_defrag() and br_fragment() indirections are added in case that IPv6 support comes as a module, to avoid pulling innecessary dependencies in. The new fraglist iterator and fragment transformer APIs are used to implement the refragmentation code. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>