commit | 9e10edd7dcd37ddf55d30d1f8f85ae9306306879 | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <nikolay@cumulusnetworks.com> | Thu Jun 27 11:10:44 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 29 11:15:12 2019 -0700 |
tree | d256f67e52bd43038335a6824157e6d898595267 | |
parent | aebd17b7685499156b8bc976c66a12396f76d0a7 [diff] |
net: sched: em_ipt: match only on ip/ipv6 traffic Restrict matching only to ip/ipv6 traffic and make sure we can use the headers, otherwise matches will be attempted on any protocol which can be unexpected by the xt matches. Currently policy supports only ipv4/6. Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>