kubernetes/pkg/util/conntrack
Dan Winship 4381973a44 Revert (most of) "Issue 70020; Flush Conntrack entities for SCTP"
This commit did not actually work; in between when it was first
written and tested, and when it merged, the code in
pkg/proxy/endpoints.go was changed to only add UDP endpoints to the
"stale endpoints"/"stale services" lists, and so checking for "either
UDP or SCTP" rather than just UDP when processing those lists had no
effect.

This reverts most of commit aa8521df66
(but leaves the changes related to
ipvs.IsRsGracefulTerminationNeeded() since that actually did have the
effect it meant to have).
2023-03-14 12:18:58 -04:00
..
conntrack_test.go Revert (most of) "Issue 70020; Flush Conntrack entities for SCTP" 2023-03-14 12:18:58 -04:00
conntrack.go Revert (most of) "Issue 70020; Flush Conntrack entities for SCTP" 2023-03-14 12:18:58 -04:00
OWNERS copy pkg/proxy OWNERS to pkg/util/conntrack 2023-03-13 11:20:36 -04:00