Re: [PATCH 1/2] iproute2: Add support for a few routing protocols

2018-06-08 Thread Stephen Hemminger
On Fri, 8 Jun 2018 08:46:37 -0400 Donald Sharp wrote: > Add support for: > > BGP > ISIS > OSPF > RIP > EIGRP > > Routing protocols to iproute2. > > Signed-off-by: Donald Sharp > --- > etc/iproute2/rt_protos| 5 + > include/linux/rtnetlink.h | 5 + > lib/rt_names.c| 5

[PATCH 1/2] iproute2: Add support for a few routing protocols

2018-06-08 Thread Donald Sharp
Add support for: BGP ISIS OSPF RIP EIGRP Routing protocols to iproute2. Signed-off-by: Donald Sharp --- etc/iproute2/rt_protos| 5 + include/linux/rtnetlink.h | 5 + lib/rt_names.c| 5 + 3 files changed, 15 insertions(+) diff --git a/etc/iproute2/rt_protos b/etc/ip