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

2020-06-23 Thread David Miller
From: Alexandre Cassen Date: Tue, 23 Jun 2020 10:33:45 +0200 > 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

[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 +++