kubernetes/pkg/proxy/iptables
Dan Winship 7c27cf0b9b Simplify iptables-save parsing
We don't need to parse out the counter values from the iptables-save
output (since they are always 0 for the chains we care about). Just
parse the chain names themselves.

Also, all of the callers of GetChainLines() pass it input that
contains only a single table, so just assume that, rather than
carefully parsing only a single table's worth of the input.
2022-06-28 08:39:32 -04:00
..
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
proxier_test.go Merge pull request #109844 from danwinship/iptables-tests-new 2022-06-10 14:27:44 -07:00
proxier.go Simplify iptables-save parsing 2022-06-28 08:39:32 -04:00