2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-22 18:07:40 +00:00

vtep-ctl: Print schema version when called with "--version".

Issue #16648

Suggested-by: Anupam Chanda <achanda@nicira.com>
Signed-off-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
Justin Pettit 2014-02-26 16:29:49 -08:00
parent c51513a22a
commit f15e76525a

View File

@ -370,6 +370,7 @@ parse_options(int argc, char *argv[], struct shash *local_options)
case 'V':
ovs_print_version(0, 0);
printf("DB Schema %s\n", vteprec_get_db_version());
exit(EXIT_SUCCESS);
case 't':