moby / ipvs

IPVS networking for containers (package derived from moby/libnetwork)
Apache License 2.0
97 stars 37 forks source link

rename IPVS stats attributes since they apply for both services and destinations #18

Closed andrewsykim closed 4 years ago

andrewsykim commented 4 years ago

Signed-off-by: Andrew Sy Kim kim.andrewsy@gmail.com

The IPVS stats attributes are intended to be used for both services and destinations so the constant names should also reflect that. See https://github.com/torvalds/linux/blob/6f7b841bc939e7c811ad32427b58d54edbcfa6ed/include/uapi/linux/ip_vs.h#L440-L460 for more details.

dims commented 4 years ago

LGTM