Files
kubernetes/pkg/proxy
Dan Winship f4261283ac proxy/iptables: add packet-flow-based tests of iptables rules
Add a new framework for testing out how particular packets would be
handled by a given set of iptables rules. (eg, "assert that a packet
from 10.180.0.2 to 172.30.0.41:80 gets NATted to 10.180.0.1:80 without
being masqueraded"). Add tests using this to all of the existing unit
tests.

This makes it easier to tell whether a given code change has any
effect on behavior, without having to carefully examine the diffs to
the generated iptables rules.
2022-04-11 13:23:08 -04:00
..
2022-01-10 08:14:29 -05:00
2022-01-09 11:48:03 +05:30
2022-03-30 09:55:32 -07:00
2022-03-30 09:55:32 -07:00