From 901fb07e6281be04521440f4581a90c54caf849a Mon Sep 17 00:00:00 2001 From: Arturo Borrero Gonzalez Date: Wed, 26 Jun 2013 13:37:10 +0200 Subject: chain: xml: use string for policy Now the node is using "accept" or "drop". Signed-off-by: Arturo Borrero Gonzalez Signed-off-by: Pablo Neira Ayuso --- test/nft-chain-xml-add.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/nft-chain-xml-add.sh b/test/nft-chain-xml-add.sh index ab50e2b..ed39d54 100755 --- a/test/nft-chain-xml-add.sh +++ b/test/nft-chain-xml-add.sh @@ -41,7 +41,7 @@ XML="0 0 NF_INET_LOCAL_IN - 1 + accept ip " @@ -62,7 +62,7 @@ XML="1 0 NF_INET_POST_ROUTING - 1 + accept ip6 " @@ -84,7 +84,7 @@ XML="0 0 NF_INET_FORWARD - 1 + drop ip " -- cgit v1.2.3