From 1441728b56f3ed8288b7b3bab0422adf1f90cecc Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Sun, 24 Jan 2016 13:29:55 +0100 Subject: 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 Acked-by: Pablo Neira Ayuso --- tests/py/inet/map.t | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/py/inet/map.t (limited to 'tests/py/inet/map.t') 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} -- cgit v1.2.3