[PATCH iproute2-next] Add OVN to rt_protos
From: Felix Huettner <hidden>
Date: 2025-02-26 10:28:35
From: Jonas Gottlieb <redacted> - 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 <redacted> --- 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
base-commit: aca230f0f567e407372f2a5f724f9cd6ec373dec -- 2.48.1