facebookarchive / gnlpy

A generic netlink library for python.
Other
161 stars 43 forks source link

[ipvs] support for service scheduler flags #18

Closed chantra closed 7 years ago

chantra commented 8 years ago

This will enable setting scheduler flags: http://lxr.free-electrons.com/source/include/uapi/linux/ip_vs.h#L17

Added tests that confirms that the scheduler flag can be set when creating the service.

chantra commented 7 years ago

We did not happen to use this so let's no introduce it. If someone needs this in the future, we can recover the code from this PR.