summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/map.t.payload.inet
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2016-01-24 13:29:55 +0100
committerFlorian Westphal <fw@strlen.de>2016-01-26 14:31:30 +0100
commit1441728b56f3ed8288b7b3bab0422adf1f90cecc (patch)
treea41361c8f95666afe846f15fe57beb4551a855c6 /tests/py/inet/map.t.payload.inet
parentef397928c17b7ea9cb86f03935577cebd56d0a3d (diff)
tests: add two map test cases
One normal map lookup, one with an explicit binop. The latter is supposed to also work with the followup patch applied. Signed-off-by: Florian Westphal <fw@strlen.de> Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/py/inet/map.t.payload.inet')
-rw-r--r--tests/py/inet/map.t.payload.inet11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/py/inet/map.t.payload.inet b/tests/py/inet/map.t.payload.inet
new file mode 100644
index 00000000..73e68b60
--- /dev/null
+++ b/tests/py/inet/map.t.payload.inet
@@ -0,0 +1,11 @@
+# mark set ip saddr map { 10.2.3.2 : 0x0000002a, 10.2.3.1 : 0x00000017}
+map%d test-inet b
+map%d test-inet 0
+ element 0203020a : 0000002a 0 [end] element 0103020a : 00000017 0 [end]
+inet test-inet input
+ [ meta load nfproto => reg 1 ]
+ [ cmp eq reg 1 0x00000002 ]
+ [ payload load 4b @ network header + 12 => reg 1 ]
+ [ lookup reg 1 set map%d dreg 1 ]
+ [ meta set mark with reg 1 ]
+