diff options
author | Arturo Borrero <arturo.borrero.glez@gmail.com> | 2013-09-02 01:32:31 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-09-04 15:02:14 +0200 |
commit | eed0f8c21679524b449cdb9c5e686a0dbc99158f (patch) | |
tree | 5b2ac2cf5bc1314b9eeea0debe23ae9b23cf2c89 /tests/xmlfiles/10-chain.xml | |
parent | e68ea601d49aa1843def815b762cbbaaec0bb124 (diff) |
chain: xml: fix parsing of optional attributes
This patch fixes the parsing of custom chains in XML.
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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xmlfiles/10-chain.xml b/tests/xmlfiles/10-chain.xml index e22178a..f0d9da9 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><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><table>filter</table><type>filter</type><hooknum>NF_INET_LOCAL_IN</hooknum><prio>0</prio><policy>accept</policy><family>ip</family></chain> |