"NAT timeout for TCP connections in the CLOSE_WAIT state")
"NAT timeout for TCP connections in the CLOSE_WAIT state")
fs.BoolVar(&options.config.EnableProfiling,"profiling",options.config.EnableProfiling,"If true enables profiling via web interface on /debug/pprof handler.")
fs.BoolVar(&options.config.EnableProfiling,"profiling",options.config.EnableProfiling,"If true enables profiling via web interface on /debug/pprof handler.")
fs.StringVar(&options.config.IPVS.Scheduler,"ipvs-scheduler",options.config.IPVS.Scheduler,"The ipvs scheduler type when proxy mode is ipvs")
fs.StringVar(&options.config.IPVS.Scheduler,"ipvs-scheduler",options.config.IPVS.Scheduler,"The ipvs scheduler type when proxy mode is ipvs")
utilfeature.DefaultFeatureGate.AddFlag(fs)
fs.Var(flag.NewMapStringBool(&options.config.FeatureGates),"feature-gates","A set of key=value pairs that describe feature gates for alpha/experimental features. "+