Commit 79a28ddd authored by Alexandre Cassen's avatar Alexandre Cassen Committed by David S. Miller
Browse files

rtnetlink: add keepalived rtm_protocol



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: default avatarAlexandre Cassen <acassen@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 8af7b452
Loading
Loading
Loading
Loading
+23 −22
Original line number Diff line number Diff line
@@ -281,6 +281,7 @@ enum {
#define RTPROT_NTK		15	/* Netsukuku */
#define RTPROT_DHCP		16	/* DHCP client */
#define RTPROT_MROUTED		17	/* Multicast daemon */
#define RTPROT_KEEPALIVED	18	/* Keepalived daemon */
#define RTPROT_BABEL		42	/* Babel daemon */
#define RTPROT_BGP		186	/* BGP Routes */
#define RTPROT_ISIS		187	/* ISIS Routes */