ovs-appctl: Add "version" command to print version of running daemons.
authorJustin Pettit <jpettit@nicira.com>
Tue, 2 Aug 2011 04:18:00 +0000 (21:18 -0700)
committerJustin Pettit <jpettit@nicira.com>
Thu, 4 Aug 2011 18:15:55 +0000 (11:15 -0700)
commitd5e1e5ede31ea213d1dea2f865a1b679b7f1bed2
tree10523144ee66d55150f62037a2759b5a27fa97e5
parent55d5bb44cbca6993494b05a374d4f09ec03c9102
ovs-appctl: Add "version" command to print version of running daemons.

When debugging a running system, we occasionally see a mismatch of
different versions because someone forgets to restart one or more
daemons.  Often times, it would be useful to know what's running as
opposed to what's on the current runpath.
ChangeLog
lib/unixctl.c
utilities/ovs-appctl.c