Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add Open Routing Protocol ID to `rtnetlink.h`

- 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 <me@cooperlees.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Cooper Lees and committed by
David S. Miller
3c85a8b8 e366a392

+1
+1
include/uapi/linux/rtnetlink.h
··· 290 290 #define RTPROT_MROUTED 17 /* Multicast daemon */ 291 291 #define RTPROT_KEEPALIVED 18 /* Keepalived daemon */ 292 292 #define RTPROT_BABEL 42 /* Babel daemon */ 293 + #define RTPROT_OPENR 99 /* Open Routing (Open/R) Routes */ 293 294 #define RTPROT_BGP 186 /* BGP Routes */ 294 295 #define RTPROT_ISIS 187 /* ISIS Routes */ 295 296 #define RTPROT_OSPF 188 /* OSPF Routes */