vswitch: Add unixctl command to reload configuration file synchronously.
authorBen Pfaff <blp@nicira.com>
Thu, 9 Apr 2009 22:20:06 +0000 (15:20 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 9 Apr 2009 22:20:06 +0000 (15:20 -0700)
commite457e68ac42c85ee7e34951d5ff8d022f51fa82f
tree8f21e7492d2ec595315c394df5b2535a6d2bd952
parent928ef32e0c8497833d37b509c8128637a6a63c16
vswitch: Add unixctl command to reload configuration file synchronously.

The Xen interface-reconfigure script wants to tell vswitchd to reload
its configuration and wait until it is complete.  Until now there has
been no way to do this: sending SIGHUP causes a reload, but there is no
way to tell when it is complete.  Now "vlogconf -t <socket> -e
vswitchd/reload" does the job.
vswitchd/etc/init.d/vswitch
vswitchd/vswitchd.c