commit | 0995210753a26c4fa1a3d8c63cc230e22a8537cd | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Sun Jan 07 01:04:19 2018 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Jan 08 18:11:08 2018 +0100 |
tree | d7b20d92f36c2a2d1663cc0e009a2ffd3c71791c | |
parent | 97add9f0d66da9898da325f84e80533db9cc0ced [diff] |
netfilter: flow table support for IPv6 This patch adds the IPv6 flow table type, that implements the datapath flow table to forward IPv6 traffic. This patch exports ip6_dst_mtu_forward() that is required to check for mtu to pass up packets that need PMTUD handling to the classic forwarding path. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>