All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add Open/R to rt_protos
@ 2021-03-26 15:05 Cooper Ry Lees
  2021-03-30  3:07 ` David Ahern
  0 siblings, 1 reply; 3+ messages in thread
From: Cooper Ry Lees @ 2021-03-26 15:05 UTC (permalink / raw)
  To: dsahern; +Cc: me, netdev

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(+)

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Add Open/R to rt_protos
  2021-03-26 15:05 [PATCH] Add Open/R to rt_protos Cooper Ry Lees
@ 2021-03-30  3:07 ` David Ahern
  2021-03-30  3:39   ` Cooper Lees
  0 siblings, 1 reply; 3+ messages in thread
From: David Ahern @ 2021-03-30  3:07 UTC (permalink / raw)
  To: Cooper Ry Lees, dsahern; +Cc: netdev

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Add Open/R to rt_protos
  2021-03-30  3:07 ` David Ahern
@ 2021-03-30  3:39   ` Cooper Lees
  0 siblings, 0 replies; 3+ messages in thread
From: Cooper Lees @ 2021-03-30  3:39 UTC (permalink / raw)
  To: David Ahern; +Cc: dsahern, netdev

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.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-30  3:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-26 15:05 [PATCH] Add Open/R to rt_protos Cooper Ry Lees
2021-03-30  3:07 ` David Ahern
2021-03-30  3:39   ` Cooper Lees

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.