summaryrefslogtreecommitdiffstats
path: root/tests/xmlfiles/11-chain.xml
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/xmlfiles/11-chain.xml
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/xmlfiles/11-chain.xml')
-rw-r--r--tests/xmlfiles/11-chain.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xmlfiles/11-chain.xml b/tests/xmlfiles/11-chain.xml
index 1e04d0f..3423078 100644
--- a/tests/xmlfiles/11-chain.xml
+++ b/tests/xmlfiles/11-chain.xml
@@ -1 +1 @@
-<chain><name>test</name><handle>0</handle><bytes>59</bytes><packets>1</packets><table>filter</table><type>filter</type><hooknum>NF_INET_FORWARD</hooknum><prio>0</prio><policy>drop</policy><family>ip6</family></chain>
+<chain><name>test</name><handle>0</handle><bytes>59</bytes><packets>1</packets><table>filter</table><type>filter</type><hooknum>forward</hooknum><prio>0</prio><policy>drop</policy><family>ip6</family></chain>