diff options
Diffstat (limited to 'tests/xmlfiles/12-chain.xml')
-rw-r--r-- | tests/xmlfiles/12-chain.xml | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/tests/xmlfiles/12-chain.xml b/tests/xmlfiles/12-chain.xml index 20ee2a8..23fef8c 100644 --- a/tests/xmlfiles/12-chain.xml +++ b/tests/xmlfiles/12-chain.xml @@ -1,11 +1,9 @@ <chain name="foo" handle="100" bytes="59264154979" packets="2548796325"> - <properties> - <type>nat</type> - <table>nat</table> - <prio>0</prio> - <use>1</use> - <hooknum>NF_INET_POST_ROUTING</hooknum> - <policy>accept</policy> - <family>ip</family> - </properties> + <type>nat</type> + <table>nat</table> + <prio>0</prio> + <use>1</use> + <hooknum>NF_INET_POST_ROUTING</hooknum> + <policy>accept</policy> + <family>ip</family> </chain> |