summaryrefslogtreecommitdiffstats
path: root/tests/py
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2018-05-28 18:50:56 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2018-06-01 09:16:48 +0200
commit8fbf4b86119638702c9508ac562f36a3606772d3 (patch)
tree48b1bcdc495225da4b08d2ec7719377ee42b9d8a /tests/py
parent239a8fbbaa061d55c653922e158d8ba352eaf57f (diff)
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 <phil@nwl.cc> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/py')
-rw-r--r--tests/py/ip/objects.t.json4
1 files changed, 2 insertions, 2 deletions
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": {