Skip to content

Commit

Permalink
vtep: Add vtep-ctl command.
Browse files Browse the repository at this point in the history
The vtep-ctl command provides a user interface to manipulate the VTEP
OVSDB schema.

Signed-off-by: Justin Pettit <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
  • Loading branch information
Justin Pettit committed Oct 17, 2013
1 parent add17b6 commit ffc759c
Show file tree
Hide file tree
Showing 8 changed files with 5,412 additions and 2 deletions.
22 changes: 22 additions & 0 deletions manpages.mk
Original file line number Diff line number Diff line change
Expand Up @@ -253,3 +253,25 @@ ofproto/ofproto-dpif-unixctl.man:
ofproto/ofproto-unixctl.man:
ovsdb/remote-active.man:
ovsdb/remote-passive.man:

vtep/vtep-ctl.8: \
vtep/vtep-ctl.8.in \
lib/ssl-bootstrap.man \
lib/ssl-peer-ca-cert.man \
lib/ssl.man \
lib/table.man \
lib/vlog.man \
ovsdb/remote-active.man \
ovsdb/remote-active.man \
ovsdb/remote-passive.man \
ovsdb/remote-passive.man
vtep/vtep-ctl.8.in:
lib/ssl-bootstrap.man:
lib/ssl-peer-ca-cert.man:
lib/ssl.man:
lib/table.man:
lib/vlog.man:
ovsdb/remote-active.man:
ovsdb/remote-active.man:
ovsdb/remote-passive.man:
ovsdb/remote-passive.man:
5 changes: 3 additions & 2 deletions tests/automake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,12 @@ TESTSUITE_AT = \
tests/ovs-xapi-sync.at \
tests/stp.at \
tests/interface-reconfigure.at \
tests/vlog.at
tests/vlog.at \
tests/vtep-ctl.at
TESTSUITE = $(srcdir)/tests/testsuite
DISTCLEANFILES += tests/atconfig tests/atlocal

AUTOTEST_PATH = utilities:vswitchd:ovsdb:tests
AUTOTEST_PATH = utilities:vswitchd:ovsdb:vtep:tests

check-local: tests/atconfig tests/atlocal $(TESTSUITE)
$(SHELL) '$(TESTSUITE)' -C tests AUTOTEST_PATH=$(AUTOTEST_PATH) $(TESTSUITEFLAGS)
Expand Down
1 change: 1 addition & 0 deletions tests/testsuite.at
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,4 @@ m4_include([tests/ovs-xapi-sync.at])
m4_include([tests/interface-reconfigure.at])
m4_include([tests/stp.at])
m4_include([tests/vlog.at])
m4_include([tests/vtep-ctl.at])
Loading

0 comments on commit ffc759c

Please sign in to comment.