[ovs-dev] [PATCH 1/6] vtep: Include OVS version number in VTEP man page.

Justin Pettit jpettit at nicira.com
Thu Feb 27 00:35:39 UTC 2014


Suggested-by: Bruce Davie <bdavie at vmware.com>
Signed-off-by: Justin Pettit <jpettit at nicira.com>
---
 vtep/automake.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/vtep/automake.mk b/vtep/automake.mk
index 008f5b4..978747d 100644
--- a/vtep/automake.mk
+++ b/vtep/automake.mk
@@ -50,6 +50,7 @@ $(srcdir)/vtep/vtep.5: \
 	$(OVSDB_DOC) \
 		--title="vtep" \
 		$(VTEP_DOT_DIAGRAM_ARG) \
+		--version=$(VERSION) \
 		$(srcdir)/vtep/vtep.ovsschema \
 		$(srcdir)/vtep/vtep.xml > $@.tmp
 	mv $@.tmp $@
-- 
1.7.5.4




More information about the dev mailing list