delete unused var

This commit is contained in:
hwdef
2019-09-19 12:03:27 +08:00
parent cfa3e2c499
commit 4e7ef9ad36
10 changed files with 0 additions and 33 deletions

View File

@@ -66,16 +66,6 @@ const (
kubeNodePortLocalSetUDPComment = "Kubernetes nodeport UDP port with externalTrafficPolicy=local"
kubeNodePortLocalSetUDP = "KUBE-NODE-PORT-LOCAL-UDP"
// This ipset is no longer active but still used in previous versions.
// DO NOT create an ipset using this name
legacyKubeNodePortSetSCTPComment = "Kubernetes nodeport SCTP port for masquerade purpose"
legacyKubeNodePortSetSCTP = "KUBE-NODE-PORT-SCTP"
// This ipset is no longer active but still used in previous versions.
// DO NOT create an ipset using this name
legacyKubeNodePortLocalSetSCTPComment = "Kubernetes nodeport SCTP port with externalTrafficPolicy=local"
legacyKubeNodePortLocalSetSCTP = "KUBE-NODE-PORT-LOCAL-SCTP"
kubeNodePortSetSCTPComment = "Kubernetes nodeport SCTP port for masquerade purpose with type 'hash ip:port'"
kubeNodePortSetSCTP = "KUBE-NODE-PORT-SCTP-HASH"