diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-04-25 13:37:00 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-04-25 13:37:00 +0200 |
commit | 22d289d393285e696e391d3319ba8c758210c72c (patch) | |
tree | 5ff00dd8e858ea1511b8f38dbf9345369ce82d76 /tools | |
parent | Add source of route as protocol string in ip route pushed into kernel (diff) | |
download | frr-22d289d393285e696e391d3319ba8c758210c72c.tar.xz frr-22d289d393285e696e391d3319ba8c758210c72c.zip |
*: Move the cumulus/etc/rt_protos.d/frr.conf
Moving cumulus/etc/rt_protos.d/frr.conf to tools/etc/rt_protos.d/frr.conf
Requested in Review.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/etc/iproute2/rt_protos.d/frr.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/etc/iproute2/rt_protos.d/frr.conf b/tools/etc/iproute2/rt_protos.d/frr.conf new file mode 100644 index 000000000..3f55b1126 --- /dev/null +++ b/tools/etc/iproute2/rt_protos.d/frr.conf @@ -0,0 +1,8 @@ +# Additional protocol strings defined by frr for each of its daemons + +186 bgp +187 isis +188 ospf +189 rip +190 ripng +191 static |