From b3e73fda10db2b1aa2ef26690bf285839e4ea22a Mon Sep 17 00:00:00 2001 From: Arturo Borrero Gonzalez Date: Mon, 5 Aug 2013 14:01:28 +0200 Subject: src: xml: table/chain delete properties This patch deletes the node in chain and table XML objects. For this to work, the first tree search with MXML_DESCEND_FIRST flag is moved to the next node. Signed-off-by: Arturo Borrero Gonzalez Signed-off-by: Pablo Neira Ayuso --- tests/xmlfiles/10-chain.xml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'tests/xmlfiles/10-chain.xml') diff --git a/tests/xmlfiles/10-chain.xml b/tests/xmlfiles/10-chain.xml index 4de1020..6d1875e 100644 --- a/tests/xmlfiles/10-chain.xml +++ b/tests/xmlfiles/10-chain.xml @@ -1,11 +1,9 @@ - - filter - filter
- 0 - 1 - NF_INET_LOCAL_IN - accept - ip -
+ filter + filter
+ 0 + 1 + NF_INET_LOCAL_IN + accept + ip
-- cgit v1.2.3