Skip to content

Commit 6002850

Browse files
Jonas Gottliebkuba-moo
authored andcommitted
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>
1 parent 0f58804 commit 6002850

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/uapi/linux/rtnetlink.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ enum {
307307
#define RTPROT_MROUTED 17 /* Multicast daemon */
308308
#define RTPROT_KEEPALIVED 18 /* Keepalived daemon */
309309
#define RTPROT_BABEL 42 /* Babel daemon */
310+
#define RTPROT_OVN 84 /* OVN daemon */
310311
#define RTPROT_OPENR 99 /* Open Routing (Open/R) Routes */
311312
#define RTPROT_BGP 186 /* BGP Routes */
312313
#define RTPROT_ISIS 187 /* ISIS Routes */

0 commit comments

Comments
 (0)