1/var/log/zebra/zebra.log {
2    notifempty
3    missingok
4    postrotate
5	/usr/bin/killall -USR1 zebra
6    endscript
7}
8
9/var/log/zebra/bgpd.log {
10    notifempty
11    missingok
12    postrotate
13	/usr/bin/killall -USR1 bgpd
14    endscript
15}
16
17/var/log/zebra/ospf.log {
18    notifempty
19    missingok
20    postrotate
21	/usr/bin/killall -USR1 ospfd
22    endscript
23}
24
25/var/log/zebra/ospf6.log {
26    notifempty
27    missingok
28    postrotate
29	/usr/bin/killall -USR1 ospf6d
30    endscript
31}
32
33/var/log/zebra/rip.log {
34    notifempty
35    missingok
36    postrotate
37	/usr/bin/killall -USR1 ripd
38    endscript
39}
40
41/var/log/zebra/ripng.log {
42    notifempty
43    missingok
44    postrotate
45	/usr/bin/killall -USR1 ripng
46    endscript
47}
48