From 8675f943e7eff24f29aaa492cb58267f9291de31 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Tue, 14 Mar 2017 16:55:17 +0100 Subject: tests: py: add ct helper tests needs minor tweak to nft-test.py so we don't zap the ';' withhin the {}. Signed-off-by: Florian Westphal Acked-by: Pablo Neira Ayuso --- tests/py/ip/objects.t.payload | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'tests/py/ip/objects.t.payload') diff --git a/tests/py/ip/objects.t.payload b/tests/py/ip/objects.t.payload index b5cad4d1..6499d363 100644 --- a/tests/py/ip/objects.t.payload +++ b/tests/py/ip/objects.t.payload @@ -29,3 +29,17 @@ ip test-ip4 output [ cmp eq reg 1 0x00000006 ] [ payload load 2b @ transport header + 2 => reg 1 ] [ objref sreg 1 set __objmap%d id 1 ] + +# ct helper set "cthelp1" +ip test-ip4 output + [ objref type 3 name cthelp1 ] + +# ct helper set tcp dport map {21 : "cthelp1", 2121 : "cthelp1" } +__objmap%d test-ip4 43 +__objmap%d test-ip4 0 + element 00001500 : 0 [end] element 00004908 : 0 [end] +ip test-ip4 output + [ payload load 1b @ network header + 9 => reg 1 ] + [ cmp eq reg 1 0x00000006 ] + [ payload load 2b @ transport header + 2 => reg 1 ] + [ objref sreg 1 set __objmap%d id 1 ] -- cgit v1.2.3