From 16430e9afdcfbea33e1a251955c5801afc3756e9 Mon Sep 17 00:00:00 2001 From: Cooper Lees Date: Fri, 26 Mar 2021 08:05:13 -0700 Subject: [PATCH] Add Open/R to rt_protos - Open Routing is using ID 99 for it's installed routes - https://github.com/facebook/openr - Kernel has accepted 99 in `rtnetlink.h` Signed-of-by: Cooper Lees 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 7cafddc1d..0f98609f7 100644 --- a/etc/iproute2/rt_protos +++ b/etc/iproute2/rt_protos @@ -17,6 +17,7 @@ 16 dhcp 18 keepalived 42 babel +99 openr 186 bgp 187 isis 188 ospf -- 2.47.2