coreos / go-iptables

Go wrapper around iptables utility
Apache License 2.0
1.11k stars 257 forks source link

iptables_test: fix ListWithCounters mismatch on newer kernels to fix CI #104

Closed bgilbert closed 1 year ago

bgilbert commented 1 year ago

Current nf_tables apparently uses the -c 0 0 -j ACCEPT ordering for table entries. Rather than trying to guess which order we'll get, accept either one.