From: Donald Sharp Date: Tue, 25 Apr 2017 11:37:00 +0000 (-0400) Subject: *: Move the cumulus/etc/rt_protos.d/frr.conf X-Git-Tag: reindent-master-before~212^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F384%2Fhead;p=mirror%2Ffrr.git *: 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 --- diff --git a/cumulus/etc/iproute2/rt_protos.d/frr.conf b/cumulus/etc/iproute2/rt_protos.d/frr.conf deleted file mode 100644 index 3f55b11268..0000000000 --- a/cumulus/etc/iproute2/rt_protos.d/frr.conf +++ /dev/null @@ -1,8 +0,0 @@ -# Additional protocol strings defined by frr for each of its daemons - -186 bgp -187 isis -188 ospf -189 rip -190 ripng -191 static diff --git a/debian/frr.install b/debian/frr.install index 45b3b973be..e81ebbc5be 100644 --- a/debian/frr.install +++ b/debian/frr.install @@ -18,5 +18,6 @@ usr/share/man/man8/isisd.8 usr/share/man/man8/watchfrr.8 usr/share/snmp/mibs/ cumulus/etc/* etc/ +tools/etc/* etc/ tools/*.service lib/systemd/system debian/frr.conf usr/lib/tmpfiles.d 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 0000000000..3f55b11268 --- /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