From 131810fb264fb26b1aba020469447a378cd47b61 Mon Sep 17 00:00:00 2001 From: Jonas Gottlieb Date: Wed, 26 Feb 2025 11:28:28 +0100 Subject: [PATCH] Add OVN to rt_protos - OVN is using ID 84 for routes it installs - Kernel has accepted 84 in `rtnetlink.h` - For more information: https://github.com/ovn-org/ovn Signed-off-by: Jonas Gottlieb Signed-off-by: David Ahern --- etc/iproute2/rt_protos | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/iproute2/rt_protos b/etc/iproute2/rt_protos index 0f98609f..48ab9746 100644 --- a/etc/iproute2/rt_protos +++ b/etc/iproute2/rt_protos @@ -17,6 +17,7 @@ 16 dhcp 18 keepalived 42 babel +84 ovn 99 openr 186 bgp 187 isis