[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1487627695-26893-1-git-send-email-quentin@armitage.org.uk>
Date: Mon, 20 Feb 2017 21:54:55 +0000
From: Quentin Armitage <quentin@...itage.org.uk>
To: Stephen Hemminger <stephen@...workplumber.org>,
"David S. Miller" <davem@...emloft.net>,
linux-kernel@...r.kernel.org
Cc: Quentin Armitage <quentin@...itage.org.uk>
Subject: [PATCH] rtnetlink: add keepalived protocol recognition
Keepalived (an implementation of VRRP) has the ability to add ip routes,
so add RTPROTO_KEEPALIVED to userspace visible header file.
Signed-off-by: Quentin Armitage <quentin@...itage.org.uk>
---
include/uapi/linux/rtnetlink.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/uapi/linux/rtnetlink.h b/include/uapi/linux/rtnetlink.h
index e14377f..291929e 100644
--- a/include/uapi/linux/rtnetlink.h
+++ b/include/uapi/linux/rtnetlink.h
@@ -247,6 +247,7 @@ enum {
#define RTPROT_NTK 15 /* Netsukuku */
#define RTPROT_DHCP 16 /* DHCP client */
#define RTPROT_MROUTED 17 /* Multicast daemon */
+#define RTPROT_KEEPALIVED 18 /* Keepalived */
#define RTPROT_BABEL 42 /* Babel daemon */
/* rtm_scope
--
1.7.7.6
Powered by blists - more mailing lists