From 845952009ee304cc523bb428eef56c5bbbd2c786 Mon Sep 17 00:00:00 2001 From: Arturo Borrero Gonzalez Date: Wed, 26 Jun 2013 13:37:15 +0200 Subject: payload: xml: use string for base attribute This patch implements using a string instead of a number for the node. Signed-off-by: Arturo Borrero Gonzalez Signed-off-by: Pablo Neira Ayuso --- test/nft-rule-xml-add.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/nft-rule-xml-add.sh') diff --git a/test/nft-rule-xml-add.sh b/test/nft-rule-xml-add.sh index 322e70c..e1e35d9 100755 --- a/test/nft-rule-xml-add.sh +++ b/test/nft-rule-xml-add.sh @@ -53,7 +53,7 @@ XML=" 1 - 1 + transport 12 4 @@ -69,7 +69,7 @@ XML=" 1 - 1 + link 16 4 @@ -85,7 +85,7 @@ XML=" 1 - 1 + network 9 1 -- cgit v1.2.3