summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/map.t
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
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')
-rw-r--r--tests/py/inet/map.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/py/inet/map.t b/tests/py/inet/map.t
new file mode 100644
index 00000000..f48afcd2
--- /dev/null
+++ b/tests/py/inet/map.t
@@ -0,0 +1,8 @@
+:input;type filter hook input priority 0
+:ingress;type filter hook ingress device lo priority 0
+
+*ip;test-ip4;input
+*inet;test-inet;input
+*netdev;test-netdev;ingress
+
+mark set ip saddr map { 10.2.3.2 : 0x0000002a, 10.2.3.1 : 0x00000017};ok;mark set ip saddr map { 10.2.3.1 : 0x00000017, 10.2.3.2 : 0x0000002a}