Update conntrack.go

This commit is contained in:
Kai
2020-12-01 14:21:47 +08:00
committed by GitHub
parent 98bc258bf5
commit 03cc04e108

View File

@@ -111,7 +111,7 @@ func ClearEntriesForNAT(execer exec.Interface, origin, dest string, protocol v1.
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.
// Known issue:
// https://github.com/kubernetes/kubernetes/issues/59368