diff options
author | Tim Bray <tim@kooky.org> | 2020-01-02 21:00:07 +0100 |
---|---|---|
committer | Tim Bray <tim@kooky.org> | 2020-01-10 01:52:14 +0100 |
commit | b1b9e219f98d8da4b7c1a40e6d141e45d32ced61 (patch) | |
tree | 94a1c91d7f377ff9db3e9023e170e4739dce7abb | |
parent | Merge pull request #5410 from ton31337/feature/bgp_default-route_with_route-m... (diff) | |
download | frr-b1b9e219f98d8da4b7c1a40e6d141e45d32ced61.tar.xz frr-b1b9e219f98d8da4b7c1a40e6d141e45d32ced61.zip |
debian: Fix logrotate in debian for bfdd, pbrd and vrrpd.
Signed-off-by: Tim Bray <tim@kooky.org>
-rw-r--r-- | debian/frr.logrotate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/frr.logrotate b/debian/frr.logrotate index 1dc9122ac..a6b2b22f5 100644 --- a/debian/frr.logrotate +++ b/debian/frr.logrotate @@ -17,7 +17,7 @@ # open, as well as the daemons, so always signal the daemons. # It's safe, a NOP if (only) syslog is being used. for i in babeld bgpd eigrpd isisd ldpd nhrpd ospf6d ospfd \ - pimd ripd ripngd zebra staticd fabricd; do + pimd ripd ripngd zebra pbrd staticd bfdd fabricd vrrpd; do if [ -e /var/run/frr/$i.pid ] ; then pids="$pids $(cat /var/run/frr/$i.pid)" fi |