[PATCH] Add Open/R to rt_protos
From: Cooper Ry Lees <hidden>
Date: 2021-03-26 15:06:37
From: Cooper Lees <redacted> - 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 [off-list ref] --- etc/iproute2/rt_protos | 1 + 1 file changed, 1 insertion(+)
diff --git a/etc/iproute2/rt_protos b/etc/iproute2/rt_protos
index 7cafddc1..0f98609f 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.13.5