ofproto: Add selective Flow Removed messages and flow deletes (OpenFlow 0.9)
[sliver-openvswitch.git] / xenserver / etc_logrotate.d_vswitch
index dae235b..6366c67 100644 (file)
@@ -5,10 +5,10 @@
 # notice and this notice are preserved.  This file is offered as-is,
 # without warranty of any kind.
 
-/var/log/ovs-vswitchd.log {
+/var/log/ovs-vswitchd.log /var/log/ovs-brcompatd.log {
        sharedscripts
        postrotate
-        # Send sighup to vswitch which will cause it to reopen its log files.
-        /sbin/service vswitch reload
+       # Tell ovs-vswitchd and ovs-brcompatd to reopen their log files
+       /sbin/service vswitch reload
        endscript
 }