mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Update conntrack.go
This commit is contained in:
parent
98bc258bf5
commit
03cc04e108
@ -111,7 +111,7 @@ func ClearEntriesForNAT(execer exec.Interface, origin, dest string, protocol v1.
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// ClearEntriesForPortNAT uses the conntrack tool to delete the contrack entries
|
// ClearEntriesForPortNAT uses the conntrack tool to delete the conntrack entries
|
||||||
// for connections specified by the {dest IP, port} pair.
|
// for connections specified by the {dest IP, port} pair.
|
||||||
// Known issue:
|
// Known issue:
|
||||||
// https://github.com/kubernetes/kubernetes/issues/59368
|
// https://github.com/kubernetes/kubernetes/issues/59368
|
||||||
|
Loading…
Reference in New Issue
Block a user