summaryrefslogtreecommitdiffstats
path: root/iptables/tests/shell/testcases/ipt-save/0006iptables-xml_0
Commit message (Collapse)AuthorAgeFilesLines
* tests: shell: Extend iptables-xml test a bitPhil Sutter2022-06-111-9/+1
| | | | | | | | Call with --combine as well, even though output doesn't differ. Also there's no need to skip for xtables-nft-multi, it provides the same functionality. Signed-off-by: Phil Sutter <phil@nwl.cc>
* iptables-xml: Use add_param_to_argv()Phil Sutter2019-10-241-0/+13
Extend the shared argv parser by storing whether a given argument was quoted or not, then use it in iptables-xml. One remaining extra bit is extraction of chain name in -A commands, do that afterwards in a loop. Signed-off-by: Phil Sutter <phil@nwl.cc> Acked-by: Florian Westphal <fw@strlen.de>