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
..
OWNERS
doc.go
number_generated_rules_test.go
proxier.go Drop utiliptables.NewDualStack() 2025-09-17 20:14:28 -04:00
proxier_test.go