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:
parent
c51513a22a
commit
f15e76525a
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user