]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Add OVN to `rtnetlink.h`
authorJonas Gottlieb <jonas.gottlieb@stackit.cloud>
Mon, 24 Feb 2025 09:44:27 +0000 (10:44 +0100)
committerJakub Kicinski <kuba@kernel.org>
Wed, 26 Feb 2025 02:14:03 +0000 (18:14 -0800)
- The Open Virtual Network (OVN) routing netlink handler uses ID 84
- Will also add to `/etc/iproute2/rt_protos` once this is accepted
- For more information: https://github.com/ovn-org/ovn

Signed-off-by: Jonas Gottlieb <jonas.gottlieb@stackit.cloud>
Link: https://patch.msgid.link/Z7w_e7cfA3xmHDa6@SIT-SDELAP4051.int.lidl.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/uapi/linux/rtnetlink.h

index 66c3903d29cf64479be8b0c914ffdc9ebe986f71..dab9493c791b8465c6476990f42c4ee5ae82da2d 100644 (file)
@@ -307,6 +307,7 @@ enum {
 #define RTPROT_MROUTED         17      /* Multicast daemon */
 #define RTPROT_KEEPALIVED      18      /* Keepalived daemon */
 #define RTPROT_BABEL           42      /* Babel daemon */
+#define RTPROT_OVN             84      /* OVN daemon */
 #define RTPROT_OPENR           99      /* Open Routing (Open/R) Routes */
 #define RTPROT_BGP             186     /* BGP Routes */
 #define RTPROT_ISIS            187     /* ISIS Routes */