summaryrefslogtreecommitdiffstats
path: root/tests/py/ip6/sets.t.payload.ip6
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/ip6/sets.t.payload.ip6')
-rw-r--r--tests/py/ip6/sets.t.payload.ip66
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/py/ip6/sets.t.payload.ip6 b/tests/py/ip6/sets.t.payload.ip6
index 0b318f8d..a5febb9f 100644
--- a/tests/py/ip6/sets.t.payload.ip6
+++ b/tests/py/ip6/sets.t.payload.ip6
@@ -23,3 +23,9 @@ ip6 test-ip6 input
[ payload load 16b @ network header + 24 => reg 2 ]
[ dynset add reg_key 1 set set5 ]
+# delete @set5 { ip6 saddr . ip6 daddr }
+ip6 test-ip6 input
+ [ payload load 16b @ network header + 8 => reg 1 ]
+ [ payload load 16b @ network header + 24 => reg 2 ]
+ [ dynset delete reg_key 1 set set5 ]
+