[PATCH] Add Open/R to rt_protos

2021-03-26 Thread Cooper Ry Lees
From: Cooper Lees - 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 --- etc/iproute2/rt_protos | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/iproute2/rt_protos b/etc/iproute2

[PATCH] Add Open Routing Protocol ID to `rtnetlink.h`

2021-03-23 Thread Cooper Ry Lees
From: Cooper Lees - The Open Routing (Open/R) network protocol netlink handler uses ID 99 - Will also add to `/etc/iproute2/rt_protos` once this is accepted - For more information: https://github.com/facebook/openr Signed-off-by: From: Cooper Lees --- include/uapi/linux/rtnetlink.h | 1 + 1 fil