Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Add OVN to `rtnetlink.h`

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

authored by

Jonas Gottlieb and committed by
Jakub Kicinski
6002850f 0f588040

+1
+1
include/uapi/linux/rtnetlink.h
··· 307 307 #define RTPROT_MROUTED 17 /* Multicast daemon */ 308 308 #define RTPROT_KEEPALIVED 18 /* Keepalived daemon */ 309 309 #define RTPROT_BABEL 42 /* Babel daemon */ 310 + #define RTPROT_OVN 84 /* OVN daemon */ 310 311 #define RTPROT_OPENR 99 /* Open Routing (Open/R) Routes */ 311 312 #define RTPROT_BGP 186 /* BGP Routes */ 312 313 #define RTPROT_ISIS 187 /* ISIS Routes */