summaryrefslogtreecommitdiffstats
path: root/tests/xmlfiles/10-chain.xml
diff options
context:
space:
mode:
authorArturo Borrero <arturo.borrero.glez@gmail.com>2013-08-12 09:35:34 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2013-08-12 11:32:28 +0200
commit75a2b33dfb087f620a4778cb2a99fafa37d2a66e (patch)
treefe5ad4d2a4017d01a4122fd5a2d7599aa228b93b /tests/xmlfiles/10-chain.xml
parent5d2921bf2e02695cfd48e3779b240d0ac3089857 (diff)
chain: xml: delete <use> node
Since the 'use' attribute in a chain can't be set, ignore it in the XML printing. Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/xmlfiles/10-chain.xml')
-rw-r--r--tests/xmlfiles/10-chain.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xmlfiles/10-chain.xml b/tests/xmlfiles/10-chain.xml
index 347626c..e22178a 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><type>filter</type><table>filter</table><prio>0</prio><use>1</use><hooknum>NF_INET_LOCAL_IN</hooknum><policy>accept</policy><family>ip</family></chain>
+<chain><name>test</name><handle>0</handle><bytes>0</bytes><packets>0</packets><type>filter</type><table>filter</table><prio>0</prio><hooknum>NF_INET_LOCAL_IN</hooknum><policy>accept</policy><family>ip</family></chain>