[ovs-git] Open vSwitch: ovs-vsctl: Add many more usage examples. (master)

dev at openvswitch.org dev at openvswitch.org
Tue Sep 21 22:33:17 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  bad973d7ae0ca5273b46c79b4bd9007e607f277c (commit)
       via  aed133bf9bce8f35b666c3052907f525c803c83b (commit)
       via  b524945e78804bf4ef46abb936eba829538f8e29 (commit)
      from  97685b902d63f48bdc9f63e5458a1ac5ae59b0b5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bad973d7ae0ca5273b46c79b4bd9007e607f277c
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=bad973d7ae0ca5273b46c79b4bd9007e607f277c
Author: Ben Pfaff <blp at nicira.com>
		
ovs-vsctl: Add many more usage examples.
		


commit aed133bf9bce8f35b666c3052907f525c803c83b
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=aed133bf9bce8f35b666c3052907f525c803c83b
Author: Ben Pfaff <blp at nicira.com>
		
ovs-vsctl: Allow "get" commands to create @names also.
		
This is useful for adding records that refer to other records by UUID, e.g.
   ovs-vsctl \
     -- set bridge br0 mirrors=@m \
     -- --id=@eth0 get port eth0 \
     -- --id=@eth0 get port eth1 \
     -- --id=@m create mirror name=mymirror select-dst-port=@eth0 \
                              select-src-port=@eth0 output-port=@eth1


commit b524945e78804bf4ef46abb936eba829538f8e29
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=b524945e78804bf4ef46abb936eba829538f8e29
Author: Ben Pfaff <blp at nicira.com>
		
tests: Add 5-second timeout to ovs-vsctl tests.
		
Otherwise some of the tests may not terminate if something goes wrong.
(Formerly, ovs-vsctl had a default timeout of 5 seconds, so this was not
necessary before.)


-----------------------------------------------------------------------

Summary of changes:
 tests/ovs-vsctl.at       |   55 ++++++++++++++++++++++++-
 utilities/ovs-vsctl.8.in |   98 +++++++++++++++++++++++++++++++++++++++++++++-
 utilities/ovs-vsctl.c    |   53 ++++++++++++++++---------
 3 files changed, 182 insertions(+), 24 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list