]> git.proxmox.com Git - mirror_frr.git/blobdiff - debianpkg/frr.logrotate
bgpd: Allow 'no set community`
[mirror_frr.git] / debianpkg / frr.logrotate
index 750b9aef138695d974e7100fe27b11acc3f718fe..1dc9122ac4b5a7c271a1798241f82d204b1f729a 100644 (file)
@@ -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 ; do
+                pimd ripd ripngd zebra staticd fabricd; do
                 if [ -e /var/run/frr/$i.pid ] ; then
                     pids="$pids $(cat /var/run/frr/$i.pid)"
                 fi