]> git.proxmox.com Git - mirror_frr.git/blobdiff - redhat/frr.logrotate
lib: enforce vrf_name_to_id by returning default_vrf when name is null
[mirror_frr.git] / redhat / frr.logrotate
index 25a5587787f07f70e5091e6d5eb3957dbd7cf96a..df7c5da54e5896262ecfcb2601ca4bb23d5b9887 100644 (file)
     endscript
 }
 
+/var/log/frr/bfdd.log {
+    notifempty
+    missingok
+    postrotate
+    /bin/kill -USR1 `cat /var/run/frr/bfdd.pid 2> /dev/null` 2> /dev/null || true
+    endscript
+}
+
+/var/log/frr/fabricd.log {
+    notifempty
+    missingok
+    postrotate
+        /bin/kill -USR1 `cat /var/run/frr/fabricd.pid 2> /dev/null` 2> /dev/null || true
+    endscript
+}