diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-09-05 21:54:56 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-09-05 22:01:00 +0200 |
commit | 29a89694181f8eaa8b9dcd8c95224ced6199ad94 (patch) | |
tree | 0e8b4cfeb48217478648491e295ede89c1a09911 /tests/xmlfiles/10-chain.xml | |
parent | ccf29a40923fb16f3909f6436d7603996cefebe5 (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/10-chain.xml')
-rw-r--r-- | tests/xmlfiles/10-chain.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xmlfiles/10-chain.xml b/tests/xmlfiles/10-chain.xml index f0d9da9..c6aa156 100644 --- a/tests/xmlfiles/10-chain.xml +++ b/tests/xmlfiles/10-chain.xml @@ -1 +1 @@ -<chain><name>test</name><handle>0</handle><bytes>0</bytes><packets>0</packets><table>filter</table><type>filter</type><hooknum>NF_INET_LOCAL_IN</hooknum><prio>0</prio><policy>accept</policy><family>ip</family></chain> +<chain><name>test</name><handle>0</handle><bytes>0</bytes><packets>0</packets><table>filter</table><type>filter</type><hooknum>input</hooknum><prio>0</prio><policy>accept</policy><family>ip</family></chain> |