commit | 0c4231c784b4a0435a31f42451c66186c6e43170 | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <nikolay@cumulusnetworks.com> | Thu Jun 27 11:10:47 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 29 11:15:12 2019 -0700 |
tree | 68c9485351563c22c6ef2d5d7fc2d0ef66d38be6 | |
parent | ba3d24d48ffd6c787a1c745784484dc3c2f16119 [diff] |
net: sched: em_ipt: add support for addrtype matching Allow em_ipt to use addrtype for matching. Restrict the use only to revision 1 which has IPv6 support. Since it's a NFPROTO_UNSPEC xt match we use the user-specified nfproto for matching, in case it's unspecified both v4/v6 will be matched by the rule. v2: no changes, was patch 5 in v1 Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>