kubernetes/pkg/proxy/iptables
Dan Winship f8bfcfc885 Drop utiliptables.NewDualStack()
The semantics (sometimes it returns an error that is really just a
warning) are too confusing, and it turns out that we really only need
it in one place (platformCheckSupported()); after that we've already
figured out what IP families are supported, so we could just use
utiliptables.NewBestEffort() instead, knowing we want exactly what it
returns.

So we can just expand the semantics of the old NewDualStack() inline
in the one place we care, without hiding any of it behind a
too-complicated return value.
2025-09-17 20:14:28 -04:00
..
doc.go Add doc.go file without any buildconstraint to run tests on non linux systems 2024-04-03 12:30:59 +05:30
number_generated_rules_test.go pkg/proxy: track localhost nodeport accepted packets 2024-05-21 20:09:54 +05:30
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
proxier.go Drop utiliptables.NewDualStack() 2025-09-17 20:14:28 -04:00
proxier_test.go Merge pull request #131615 from danwinship/proxy-bfr 2025-07-01 09:21:24 -07:00