Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix iptables stats tests for iptables > 1.8.9
IPTables fixed a couple long-standing discrepancies in ipv4/ipv6's -L output. Unfortunately these fixes break out tests and potentially, stat parsing. In detail, the following were fixed in 1.8.9 and later: * ip6tables' opt column outputting spaces instead of dashes * ip6tables' prot column not resolving "all" to "0", even with numeric mode activated. * iptables' prot column not resolving "all" to "0", even with numeric mode activated. Handle them, so that tests keep working post 1.8.9.
- Loading branch information