Reopen log file in addition to reading conf file when vswitchd receives sighup
authorKeith Amidon <keith@nicira.com>
Tue, 13 Jan 2009 23:30:40 +0000 (15:30 -0800)
committerKeith Amidon <keith@nicira.com>
Fri, 16 Jan 2009 21:30:05 +0000 (13:30 -0800)
commit21b77ec46c29dfca393f3d33a84470baa8c70784
treec556d2ef551d776b964f8c20b4d618796baa8577
parent60bad97df2736509f0782d6bb30b2d99ce85742c
Reopen log file in addition to reading conf file when vswitchd receives sighup

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.
vswitchd/vswitchd.8.in
vswitchd/vswitchd.c