Open SpComb opened 8 years ago
The IPVS Scheduler (wlc, etc) can currently only be configured globally using the --ipvs-scheduler flag. The config.Service struct should support an optional IPVSScheduler member to configure the resulting ipvs.Service{SchedName: ...}
wlc
--ipvs-scheduler
config.Service
IPVSScheduler
ipvs.Service{SchedName: ...}
The IPVS Scheduler (
wlc
, etc) can currently only be configured globally using the--ipvs-scheduler
flag. Theconfig.Service
struct should support an optionalIPVSScheduler
member to configure the resultingipvs.Service{SchedName: ...}