summaryrefslogtreecommitdiffstats
path: root/tests/xmlfiles/74-set.xml
diff options
context:
space:
mode:
authorArturo Borrero <arturo.borrero.glez@gmail.com>2014-01-15 12:12:18 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2014-01-15 17:39:32 +0100
commit5b7ca05aa453f999ec015db671c1665f116e3bb2 (patch)
treea04be9b830222ce42cb90c261b20ce54e42523a8 /tests/xmlfiles/74-set.xml
parentd4e9556f36078ef60d0d6468d5203872e5f2a753 (diff)
tests: xml: delete comments
When building a XML tree, only one root node can be in place. This is a "feature" added in libmxml 2.7: <<< mxmlLoad... did not error out on XML with multiple root nodes (Bug #403) >>> In libmxml 2.6 the second root node was ignored, not because it was a comment but a bug. Our files had two root nodes, being comments or not. libmxml accept comments, but inside the root node. 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/74-set.xml')
-rw-r--r--tests/xmlfiles/74-set.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/xmlfiles/74-set.xml b/tests/xmlfiles/74-set.xml
index 679ee30..5f0e7ae 100644
--- a/tests/xmlfiles/74-set.xml
+++ b/tests/xmlfiles/74-set.xml
@@ -1,2 +1 @@
<nftables><set><family>ip6</family><table>filter</table><name>set0</name><flags>0</flags><key_type>0</key_type><key_len>0</key_len><data_type>0</data_type><data_len>0</data_len><set_elem><flags>0</flags><key><data_reg type="value"><len>16</len><data0>0xc09a002a</data0><data1>0x2700cac1</data1><data2>0x00000000</data2><data3>0x70010000</data3></data_reg></key></set_elem><set_elem><flags>0</flags><key><data_reg type="value"><len>16</len><data0>0xc09a002a</data0><data1>0x2700cac1</data1><data2>0x00000000</data2><data3>0x50010000</data3></data_reg></key></set_elem></set></nftables>
-<!-- nft add rule ip6 filter test ip6 daddr { 2a00:9ac0:c1ca:27::150, 2a00:9ac0:c1ca:27::170, } counter accept -->