From 29a89694181f8eaa8b9dcd8c95224ced6199ad94 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 5 Sep 2013 21:54:56 +0200 Subject: 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 --- tests/jsonfiles/13-chain.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/jsonfiles/13-chain.json') diff --git a/tests/jsonfiles/13-chain.json b/tests/jsonfiles/13-chain.json index 9967233..69f8750 100644 --- a/tests/jsonfiles/13-chain.json +++ b/tests/jsonfiles/13-chain.json @@ -1 +1 @@ -{ "chain": {"name": "output","handle": 3,"bytes": 454786,"packets": 2681,"family": "ip","table": "filter","use": 0,"type": "filter","hooknum": "NF_INET_LOCAL_OUT","prio": 0,"policy": "accept"}} +{ "chain": {"name": "output","handle": 3,"bytes": 454786,"packets": 2681,"family": "ip","table": "filter","use": 0,"type": "filter","hooknum": "output","prio": 0,"policy": "accept"}} -- cgit v1.2.3