summaryrefslogtreecommitdiffstats
path: root/tests/py/ip6/meta.t
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-03-27 12:11:04 +0200
committerFlorian Westphal <fw@strlen.de>2018-03-27 12:11:41 +0200
commitdebb5c542918492545ca3243b49afeb0bde83609 (patch)
tree1fa42c3c28c08d50737e7cda9d77d53096967869 /tests/py/ip6/meta.t
parent483e5ea7167e1537accf4cb083b88a8beea8f834 (diff)
tests: meta: icmp, icmpv6: don't kill required dependencies
when explicitly filtering icmp-in-ipv6 and icmp6-in-ip don't remove the required l3 protocol dependency, else "nft list ruleset" can't be read via nft -f anymore. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests/py/ip6/meta.t')
-rw-r--r--tests/py/ip6/meta.t11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/py/ip6/meta.t b/tests/py/ip6/meta.t
new file mode 100644
index 00000000..68fa89f5
--- /dev/null
+++ b/tests/py/ip6/meta.t
@@ -0,0 +1,11 @@
+:input;type filter hook input priority 0
+
+*ip6;test-ip6;input
+
+icmpv6 type nd-router-advert;ok
+meta l4proto ipv6-icmp icmpv6 type nd-router-advert;ok;icmpv6 type nd-router-advert
+
+meta l4proto icmp icmp type echo-request;ok;meta l4proto 1 icmp type echo-request
+meta l4proto 1 icmp type echo-request;ok
+
+icmp type echo-request;fail