summaryrefslogtreecommitdiffstats
path: root/tests/py/ip/meta.t
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2021-08-30 21:37:50 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2021-09-03 18:33:14 +0200
commit646c5d02a5db3e8c3677cdf8426a646dd118fd49 (patch)
tree948113da51ae285d7998a430f4c13b8d487da213 /tests/py/ip/meta.t
parente2a5f72549cc5c45f16883fc82a799b0f09d66d9 (diff)
rule: remove redundant meta protocol from the evaluation step
567ea4774e13 ("netlink_delinearize: incorrect meta protocol dependency kill") does not document two cases that are handled in this patch: - 'meta protocol ip' is removed if used in the ip family. - 'meta protocol ip6' is removed if used in the ip6 family. This patch removes this redundancy earlier, from the evaluation step before netlink bytecode generation. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/py/ip/meta.t')
-rw-r--r--tests/py/ip/meta.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/py/ip/meta.t b/tests/py/ip/meta.t
index fecd0caf..5a05923a 100644
--- a/tests/py/ip/meta.t
+++ b/tests/py/ip/meta.t
@@ -8,7 +8,7 @@ meta l4proto ipv6-icmp icmpv6 type nd-router-advert;ok;icmpv6 type nd-router-adv
meta l4proto 58 icmpv6 type nd-router-advert;ok;icmpv6 type nd-router-advert
icmpv6 type nd-router-advert;ok
-meta protocol ip udp dport 67;ok
+meta protocol ip udp dport 67;ok;udp dport 67
meta ibrname "br0";fail
meta obrname "br0";fail