diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-05-30 15:27:32 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-05-31 22:25:10 +0300 |
commit | 35aada99b5bfa7a9360f9653377688556f71edcb (patch) | |
tree | 3b89f9d16c824325d1dcc1c1911375bcaf42f1ab /include/uapi/linux | |
parent | c5f732d7deb81a3c76c6d9b1045da800b22b196b (diff) | |
download | linux-35aada99b5bfa7a9360f9653377688556f71edcb.tar.xz |
rtnetlink: Add more well known protocol values
FRRouting installs routes into the kernel associated with
the originating protocol. Add these values to the well
known values in rtnetlink.h.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux')
-rw-r--r-- | include/uapi/linux/rtnetlink.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/uapi/linux/rtnetlink.h b/include/uapi/linux/rtnetlink.h index cabb210c93af..7d8502313c99 100644 --- a/include/uapi/linux/rtnetlink.h +++ b/include/uapi/linux/rtnetlink.h @@ -254,6 +254,11 @@ enum { #define RTPROT_DHCP 16 /* DHCP client */ #define RTPROT_MROUTED 17 /* Multicast daemon */ #define RTPROT_BABEL 42 /* Babel daemon */ +#define RTPROT_BGP 186 /* BGP Routes */ +#define RTPROT_ISIS 187 /* ISIS Routes */ +#define RTPROT_OSPF 188 /* OSPF Routes */ +#define RTPROT_RIP 189 /* RIP Routes */ +#define RTPROT_EIGRP 192 /* EIGRP Routes */ /* rtm_scope |