summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/icmpX.t.payload
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/inet/icmpX.t.payload')
-rw-r--r--tests/py/inet/icmpX.t.payload10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/py/inet/icmpX.t.payload b/tests/py/inet/icmpX.t.payload
index 7c5f6f01..9a761eef 100644
--- a/tests/py/inet/icmpX.t.payload
+++ b/tests/py/inet/icmpX.t.payload
@@ -34,3 +34,13 @@ inet test-inet input
[ payload load 1b @ transport header + 0 => reg 1 ]
[ cmp eq reg 1 0x00000080 ]
+# ip protocol ipv6-icmp meta l4proto ipv6-icmp icmpv6 type 1
+inet filter input
+ [ meta load nfproto => reg 1 ]
+ [ cmp eq reg 1 0x00000002 ]
+ [ payload load 1b @ network header + 9 => reg 1 ]
+ [ cmp eq reg 1 0x0000003a ]
+ [ meta load l4proto => reg 1 ]
+ [ cmp eq reg 1 0x0000003a ]
+ [ payload load 1b @ transport header + 0 => reg 1 ]
+ [ cmp eq reg 1 0x00000001 ]