bug fixes and nits

This commit is contained in:
Minhan Xia
2016-08-16 10:56:26 -07:00
parent 1acaa1db09
commit b31874fe82
2 changed files with 20 additions and 21 deletions

View File

@@ -43,7 +43,7 @@ const (
// kubernetes postrouting rules
KubePostroutingChain utiliptables.Chain = "KUBE-POSTROUTING"
// kubernetes postrouting rules
// kubernetes firewall rules
KubeFirewallChain utiliptables.Chain = "KUBE-FIREWALL"
)