summaryrefslogtreecommitdiffstats
path: root/tests/py/ip6/reject.t.payload.ip6
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/ip6/reject.t.payload.ip6')
-rw-r--r--tests/py/ip6/reject.t.payload.ip626
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/py/ip6/reject.t.payload.ip6 b/tests/py/ip6/reject.t.payload.ip6
new file mode 100644
index 00000000..aa0b9ff2
--- /dev/null
+++ b/tests/py/ip6/reject.t.payload.ip6
@@ -0,0 +1,26 @@
+# reject
+ip6 test-ip6 output
+ [ reject type 0 code 4 ]
+
+# reject with icmpv6 type no-route
+ip6 test-ip6 output
+ [ reject type 0 code 0 ]
+
+# reject with icmpv6 type admin-prohibited
+ip6 test-ip6 output
+ [ reject type 0 code 1 ]
+
+# reject with icmpv6 type addr-unreachable
+ip6 test-ip6 output
+ [ reject type 0 code 3 ]
+
+# reject with icmpv6 type port-unreachable
+ip6 test-ip6 output
+ [ reject type 0 code 4 ]
+
+# reject with tcp reset
+ip6 test-ip6 output
+ [ payload load 1b @ network header + 6 => reg 1 ]
+ [ cmp eq reg 1 0x00000006 ]
+ [ reject type 1 code 0 ]
+