[PATCH iproute2-next] add support to keepalived rtm_protocol

2020-06-24 Thread Alexandre Cassen
Following inclusion in net-next, extend rtnl_rtprot_tab and rt_protos to support Keepalived. Signed-off-by: Alexandre Cassen --- etc/iproute2/rt_protos | 3 ++- lib/rt_names.c | 43 +- 2 files changed, 24 insertions(+), 22 deletions(-) diff

[PATCH net-next,v2] rtnetlink: add keepalived rtm_protocol

2020-06-23 Thread Alexandre Cassen
Keepalived can set global static ip routes or virtual ip routes dynamically following VRRP protocol states. Using a dedicated rtm_protocol will help keeping track of it. Changes in v2: - fix tab/space indenting Signed-off-by: Alexandre Cassen --- include/uapi/linux/rtnetlink.h | 45

[PATCH net-next] rtnetlink: add keepalived rtm_protocol

2020-06-21 Thread Alexandre Cassen
Keepalived can set global static ip routes or virtual ip routes dynamically following VRRP protocol states. Using a dedicated rtm_protocol will help keeping track of it. Signed-off-by: Alexandre Cassen --- include/uapi/linux/rtnetlink.h | 45 +- 1 file changed