summaryrefslogtreecommitdiffstats
path: root/tests/py/ip6/sets.t
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2019-08-29 11:36:20 +0200
committerFlorian Westphal <fw@strlen.de>2019-08-29 15:41:18 +0200
commitcda5c8c26f329bbd3655fd7d1af4e1eec55ec397 (patch)
tree505c3ae5a2dfca79050a7f8c947911c7f6445817 /tests/py/ip6/sets.t
parenta87f2a2227be29cc1e91f3301cec963f02aa5178 (diff)
src: json: add support for element deletion
also add a test case. Fixes: a87f2a2227be2 ("netfilter: support for element deletion") Signed-off-by: Florian Westphal <fw@strlen.de> Acked-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'tests/py/ip6/sets.t')
-rw-r--r--tests/py/ip6/sets.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/py/ip6/sets.t b/tests/py/ip6/sets.t
index 5adec53f..add82eb8 100644
--- a/tests/py/ip6/sets.t
+++ b/tests/py/ip6/sets.t
@@ -40,3 +40,4 @@ ip6 saddr != @set33 drop;fail
!set5 type ipv6_addr . ipv6_addr;ok
ip6 saddr . ip6 daddr @set5 drop;ok
add @set5 { ip6 saddr . ip6 daddr };ok
+delete @set5 { ip6 saddr . ip6 daddr };ok