Message ID | 20210326150513.6233-1-me@cooperlees.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | David Ahern |
Headers | show |
Series | Add Open/R to rt_protos | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
On 3/26/21 9:05 AM, Cooper Ry Lees wrote: > From: Cooper Lees <me@cooperlees.com> > > - 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 <me@cooperlees.com> > --- > etc/iproute2/rt_protos | 1 + > 1 file changed, 1 insertion(+) > applied to iproute2-next.
Thanks David! Cooper > On Mar 29, 2021, at 8:07 PM, David Ahern <dsahern@gmail.com> wrote: > > On 3/26/21 9:05 AM, Cooper Ry Lees wrote: >> From: Cooper Lees <me@cooperlees.com> >> >> - 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 <me@cooperlees.com> >> --- >> etc/iproute2/rt_protos | 1 + >> 1 file changed, 1 insertion(+) >> > > applied to iproute2-next.
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
From: Cooper Lees <me@cooperlees.com> - 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 <me@cooperlees.com> --- etc/iproute2/rt_protos | 1 + 1 file changed, 1 insertion(+)