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/xmlfiles/10-chain.xml | 2 +- tests/xmlfiles/11-chain.xml | 2 +- tests/xmlfiles/12-chain.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/xmlfiles') 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 @@ -test000filter
filterNF_INET_LOCAL_IN0acceptip
+test000filter
filterinput0acceptip
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 @@ -test0591filter
filterNF_INET_FORWARD0dropip6
+test0591filter
filterforward0dropip6
diff --git a/tests/xmlfiles/12-chain.xml b/tests/xmlfiles/12-chain.xml index 5903760..6afcd00 100644 --- a/tests/xmlfiles/12-chain.xml +++ b/tests/xmlfiles/12-chain.xml @@ -1 +1 @@ -foo100592641549792548796325nat
natNF_INET_POST_ROUTING0acceptip
+foo100592641549792548796325nat
natpostrouting0acceptip
-- cgit v1.2.3