From 8fbf4b86119638702c9508ac562f36a3606772d3 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Mon, 28 May 2018 18:50:56 +0200 Subject: objref: Use "ct helper" for NFT_OBJECT_CT_HELPER Change name of NFT_OBJECT_CT_HELPER in objref_type table to "ct helper" for consistency. Note that this is not used in regular nft output since objref_stmt_print() treats this object type separately. Signed-off-by: Phil Sutter Signed-off-by: Pablo Neira Ayuso --- tests/py/ip/objects.t.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/py/ip/objects.t.json b/tests/py/ip/objects.t.json index c83cc6a4..77c68868 100644 --- a/tests/py/ip/objects.t.json +++ b/tests/py/ip/objects.t.json @@ -101,14 +101,14 @@ # ct helper set "cthelp1" [ { - "cthelper": "cthelp1" + "ct helper": "cthelp1" } ] # ct helper set tcp dport map {21 : "cthelp1", 2121 : "cthelp1" } [ { - "cthelper": { + "ct helper": { "map": { "left": { "payload": { -- cgit v1.2.3