mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-24 19:36:00 -04:00
In the dual-stack case, iptables.NewDualStackProxier and ipvs.NewDualStackProxier filtered the nodeport addresses values by IP family before creating the single-stack proxiers. But in the single-stack case, the kube-proxy startup code just passed the value to the single-stack proxiers without validation, so they had to re-check it themselves. Fix that. |
||
|---|---|---|
| .. | ||
| number_generated_rules_test.go | ||
| OWNERS | ||
| proxier.go | ||
| proxier_test.go | ||