Documentation ¶
Index ¶
- Constants
- func ClearEntriesForIP(execer exec.Interface, ip string, protocol v1.Protocol) error
- func ClearEntriesForNAT(execer exec.Interface, origin, dest string, protocol v1.Protocol) error
- func ClearEntriesForPort(execer exec.Interface, port int, isIPv6 bool, protocol v1.Protocol) error
- func Exec(execer exec.Interface, parameters ...string) error
- func Exists(execer exec.Interface) bool
Constants ¶
const NoConnectionToDelete = "0 flow entries have been deleted"
NoConnectionToDelete is the error string returned by conntrack when no matching connections are found
Variables ¶
This section is empty.
Functions ¶
func ClearEntriesForIP ¶
ClearEntriesForIP uses the conntrack tool to delete the conntrack entries for the UDP connections specified by the given service IP
func ClearEntriesForNAT ¶
ClearEntriesForNAT uses the conntrack tool to delete the conntrack entries for connections specified by the {origin, dest} IP pair.
func ClearEntriesForPort ¶
ClearEntriesForPort uses the conntrack tool to delete the conntrack entries for connections specified by the port. When a packet arrives, it will not go through NAT table again, because it is not "the first" packet. The solution is clearing the conntrack. Known issues: https://github.com/docker/docker/issues/8795 https://github.com/kubernetes/kubernetes/issues/31983
Types ¶
This section is empty.