diff options
author | Cooper Lees <me@cooperlees.com> | 2021-03-24 04:47:38 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-25 00:31:23 +0100 |
commit | 3c85a8b81cc89c712c4f44cb1a4d5547e472fb1f (patch) | |
tree | 678c9d6a5d65ef325ea133b3aebd4f2b4f44e39d /include/uapi | |
parent | net: enetc: don't depend on system endianness in enetc_set_mac_ht_flt (diff) | |
download | linux-3c85a8b81cc89c712c4f44cb1a4d5547e472fb1f.tar.xz linux-3c85a8b81cc89c712c4f44cb1a4d5547e472fb1f.zip |
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>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/rtnetlink.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/rtnetlink.h b/include/uapi/linux/rtnetlink.h index d35953bc7d53..5888492a5257 100644 --- a/include/uapi/linux/rtnetlink.h +++ b/include/uapi/linux/rtnetlink.h @@ -290,6 +290,7 @@ enum { #define RTPROT_MROUTED 17 /* Multicast daemon */ #define RTPROT_KEEPALIVED 18 /* Keepalived daemon */ #define RTPROT_BABEL 42 /* Babel daemon */ +#define RTPROT_OPENR 99 /* Open Routing (Open/R) Routes */ #define RTPROT_BGP 186 /* BGP Routes */ #define RTPROT_ISIS 187 /* ISIS Routes */ #define RTPROT_OSPF 188 /* OSPF Routes */ |