[ovs-git] Open vSwitch: ovs-ctl: Don't run "ovs-save save-flows" on fake bridges. (master)

dev at openvswitch.org dev at openvswitch.org
Sun Dec 2 00:48:36 UTC 2012


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  2e09280225fe63e71d381f55d21bb99122b8acef (commit)
       via  515d830a06869536ccc9c70bfdf8c631ba774999 (commit)
      from  f0992bedf1f0d01667067cab4c25cefbdb6ad9d6 (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 2e09280225fe63e71d381f55d21bb99122b8acef
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=2e09280225fe63e71d381f55d21bb99122b8acef
Author: Justin Pettit <jpettit at nicira.com>
		
ovs-ctl: Don't run "ovs-save save-flows" on fake bridges.
		
Previously, ovs-ctl would determine which bridges to run "ovs-save
save-flows" on by running "ovs-vsctl list-br".  In addition to real
bridges, that command also returns fake bridges.  An error is returned
when "ovs-save save-flows" is run on a fake bridge.  By using the newly
added "--real" flag to "ovs-vsctl list-br", we can get rid of that
unnecessary warning.

Signed-off-by: Justin Pettit <jpettit at nicira.com>


commit 515d830a06869536ccc9c70bfdf8c631ba774999
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=515d830a06869536ccc9c70bfdf8c631ba774999
Author: Justin Pettit <jpettit at nicira.com>
		
ovs-vsctl: Add "--real" and "--fake" options to "list-br".
		
By default, "ovs-vsctl list-br" returns all bridges, real or fake.  This
commit adds "--real" and "--fake" options that limit the output to only
bridges of that type.  This will be useful in a future commit that needs
to perform actions only on bridges of a particular type.

Signed-off-by: Justin Pettit <jpettit at nicira.com>


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

Summary of changes:
 tests/ovs-vsctl.at       |   16 ++++++++++++++++
 utilities/ovs-ctl.in     |    2 +-
 utilities/ovs-vsctl.8.in |    5 +++--
 utilities/ovs-vsctl.c    |   14 ++++++++++++--
 4 files changed, 32 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list