This only reopens the vswitchd log file. The child secchan processes
for each bridge are not requested to do the same thing. Since secchan
in general logs very little data, rotating those files isn't being
done right now, so this is probably okay. At some point we should
probably correct it however.
At startup or upon receipt of a \fBSIGHUP\fR signal, \fBvswitchd\fR
reads the configuration files or directories specified on the command
line. It sets up OpenFlow datapaths and then operates switching
-across each bridge described in its configuration files.
+across each bridge described in its configuration files. If a logfile
+was specified on the command line it will also be opened or reopened.
.PP
\fBvswitchd\fR virtual switches may be configured with any of the
following features:
for (;;) {
if (signal_poll(sighup)) {
+ vlog_reopen_log_file();
reconfigure();
}
bridge_run();