summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/meta.t.payload
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/inet/meta.t.payload')
-rw-r--r--tests/py/inet/meta.t.payload6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/py/inet/meta.t.payload b/tests/py/inet/meta.t.payload
index d7ff7e2d..6ccf6d24 100644
--- a/tests/py/inet/meta.t.payload
+++ b/tests/py/inet/meta.t.payload
@@ -73,3 +73,9 @@ inet test-inet input
inet test-inet input
[ meta load secpath => reg 1 ]
[ cmp eq reg 1 0x00000000 ]
+
+# meta mark set ct mark >> 8
+inet test-inet input
+ [ ct load mark => reg 1 ]
+ [ bitwise reg 1 = ( reg 1 >> 0x00000008 ) ]
+ [ meta set mark with reg 1 ]