From f15e76525a61041b6ed5657e12e159cbb83c8a5c Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Wed, 26 Feb 2014 16:29:49 -0800 Subject: [PATCH 1/1] vtep-ctl: Print schema version when called with "--version". Issue #16648 Suggested-by: Anupam Chanda Signed-off-by: Justin Pettit Acked-by: Ben Pfaff --- vtep/vtep-ctl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/vtep/vtep-ctl.c b/vtep/vtep-ctl.c index fc7998b05..25470ff1c 100644 --- a/vtep/vtep-ctl.c +++ b/vtep/vtep-ctl.c @@ -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': -- 2.43.0