]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: flow table support for IPv6
authorPablo Neira Ayuso <pablo@netfilter.org>
Sun, 7 Jan 2018 00:04:19 +0000 (01:04 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 8 Jan 2018 17:11:08 +0000 (18:11 +0100)
commit4b168ef1d18c95e87e8f2f7f062d914fcdc3cc76
treed7b20d92f36c2a2d1663cc0e009a2ffd3c71791c
parentba51dad11e89e511a84834383f3c10655eb2a82c
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>
include/net/ipv6.h
net/ipv6/ip6_output.c
net/ipv6/netfilter/Kconfig
net/ipv6/netfilter/Makefile
net/ipv6/netfilter/nf_flow_table_ipv6.c [new file with mode: 0644]