Fix typos

This commit is contained in:
Lihua Tang
2018-02-13 16:17:37 +08:00
parent 9438e14d39
commit cad52f6576
3 changed files with 3 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ var ipvsModules = []string{
"nf_conntrack_ipv4",
}
// In IPVS proxy mode, the following flags need to be setted
// In IPVS proxy mode, the following flags need to be set
const sysctlRouteLocalnet = "net/ipv4/conf/all/route_localnet"
const sysctlBridgeCallIPTables = "net/bridge/bridge-nf-call-iptables"
const sysctlVSConnTrack = "net/ipv4/vs/conntrack"