From ca7253263a0158cafd609d924809232b562131b2 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 16 Mar 2018 17:09:12 +0100 Subject: tests: update to new syntax to add/update set from packet path Reported-by: Florian Westphal Signed-off-by: Pablo Neira Ayuso --- tests/py/ip6/sets.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/py/ip6/sets.t') diff --git a/tests/py/ip6/sets.t b/tests/py/ip6/sets.t index 54aa1e4b..d5bcf74d 100644 --- a/tests/py/ip6/sets.t +++ b/tests/py/ip6/sets.t @@ -39,4 +39,4 @@ ip6 saddr != @set33 drop;fail !set5 type ipv6_addr . ipv6_addr;ok ip6 saddr . ip6 daddr @set5 drop;ok -set add ip6 saddr . ip6 daddr @set5;ok +add @set5 { ip6 saddr . ip6 daddr };ok -- cgit v1.2.3