aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/net/rtnetlink.sh
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2019-06-29 11:15:12 -0700
committerDavid S. Miller <davem@davemloft.net>2019-06-29 11:15:12 -0700
commitfc41388564ba3fcb8cf4b0ef24c3e220ab523085 (patch)
tree68c9485351563c22c6ef2d5d7fc2d0ef66d38be6 /tools/testing/selftests/net/rtnetlink.sh
parenthinic: add vlan offload support (diff)
parentnet: sched: em_ipt: add support for addrtype matching (diff)
downloadlinux-dev-fc41388564ba3fcb8cf4b0ef24c3e220ab523085.tar.xz
linux-dev-fc41388564ba3fcb8cf4b0ef24c3e220ab523085.zip
Merge branch 'em_ipt-add-support-for-addrtype'
Nikolay Aleksandrov says: ==================== em_ipt: add support for addrtype We would like to be able to use the addrtype from tc for ACL rules and em_ipt seems the best place to add support for the already existing xt match. The biggest issue is that addrtype revision 1 (with ipv6 support) is NFPROTO_UNSPEC and currently em_ipt can't differentiate between v4/v6 if such xt match is used because it passes the match's family instead of the packet one. The first 3 patches make em_ipt match only on IP traffic (currently both policy and addrtype recognize such traffic only) and make it pass the actual packet's protocol instead of the xt match family when it's unspecified. They also add support for NFPROTO_UNSPEC xt matches. The last patch allows to add addrtype rules via em_ipt. We need to keep the user-specified nfproto for dumping in order to be compatible with libxtables, we cannot dump NFPROTO_UNSPEC as the nfproto or we'll get an error from libxtables, thus the nfproto is limited to ipv4/ipv6 in patch 03 and is recorded. v3: don't use the user nfproto for matching, only for dumping, more information is available in the commit message in patch 03 v2: change patch 02 to set the nfproto only when unspecified and drop patch 04 from v1 (Eyal Birger) ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/net/rtnetlink.sh')
0 files changed, 0 insertions, 0 deletions