From 26645d805b13dbb1db91773571b8d01e3213bda0 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Mon, 23 Oct 2017 10:47:58 +0200 Subject: tests: fix harmess typo in table name table name should be 'test-ip', not inet. Signed-off-by: Florian Westphal --- tests/py/ip/ip_tcp.t | 2 +- tests/py/ip/ip_tcp.t.payload | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/py/ip/ip_tcp.t b/tests/py/ip/ip_tcp.t index a97833ff..450df727 100644 --- a/tests/py/ip/ip_tcp.t +++ b/tests/py/ip/ip_tcp.t @@ -1,7 +1,7 @@ :input;type filter hook input priority 0 :ingress;type filter hook ingress device lo priority 0 -*ip;test-inet;input +*ip;test-ip;input # can remove ip dependency -- its redundant in ip family ip protocol tcp tcp dport 22;ok;tcp dport 22 diff --git a/tests/py/ip/ip_tcp.t.payload b/tests/py/ip/ip_tcp.t.payload index 4f3d962e..f6f640d4 100644 --- a/tests/py/ip/ip_tcp.t.payload +++ b/tests/py/ip/ip_tcp.t.payload @@ -1,12 +1,12 @@ # ip protocol tcp tcp dport 22 -ip test-inet input +ip test-ip input [ payload load 1b @ network header + 9 => reg 1 ] [ cmp eq reg 1 0x00000006 ] [ payload load 2b @ transport header + 2 => reg 1 ] [ cmp eq reg 1 0x00001600 ] # ip protocol tcp meta mark set 1 tcp dport 22 -ip test-inet input +ip test-ip input [ payload load 1b @ network header + 9 => reg 1 ] [ cmp eq reg 1 0x00000006 ] [ immediate reg 1 0x00000001 ] -- cgit v1.2.3