summaryrefslogtreecommitdiffstats
path: root/tests/jsonfiles/11-chain.json
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2013-09-05 21:54:56 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2013-09-05 22:01:00 +0200
commit29a89694181f8eaa8b9dcd8c95224ced6199ad94 (patch)
tree0e8b4cfeb48217478648491e295ede89c1a09911 /tests/jsonfiles/11-chain.json
parentccf29a40923fb16f3909f6436d7603996cefebe5 (diff)
chain: use human readable netfilter hook
Since (108d9f6 src: Wrap netfilter hooks around human readable strings) in nft, we have to use human readable netfilter hooks. This patch also adapts the XML and JSON tests. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/jsonfiles/11-chain.json')
-rw-r--r--tests/jsonfiles/11-chain.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/jsonfiles/11-chain.json b/tests/jsonfiles/11-chain.json
index 0e71e8f..2381eb6 100644
--- a/tests/jsonfiles/11-chain.json
+++ b/tests/jsonfiles/11-chain.json
@@ -1 +1 @@
-{ "chain": {"name": "input","handle": 1,"bytes": 1375696,"packets": 4136,"family": "ip","table": "filter","use": 0,"type": "filter","hooknum": "NF_INET_LOCAL_IN","prio": 0,"policy": "accept"}}
+{ "chain": {"name": "input","handle": 1,"bytes": 1375696,"packets": 4136,"family": "ip","table": "filter","use": 0,"type": "filter","hooknum": "input","prio": 0,"policy": "accept"}}