mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04:00
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. |
||
|---|---|---|
| .. | ||
| testing | ||
| doc.go | ||
| iptables.go | ||
| iptables_linux.go | ||
| iptables_test.go | ||
| iptables_unsupported.go | ||
| monitor_test.go | ||
| OWNERS | ||
| save_restore.go | ||
| save_restore_test.go | ||