ovs-ctl: Don't run "ovs-save save-flows" on fake bridges.
authorJustin Pettit <jpettit@nicira.com>
Sat, 1 Dec 2012 02:58:09 +0000 (18:58 -0800)
committerJustin Pettit <jpettit@nicira.com>
Sun, 2 Dec 2012 00:47:56 +0000 (16:47 -0800)
commit2e09280225fe63e71d381f55d21bb99122b8acef
tree7164732d09ee723c4b94f2ec9da0fe575e8c81e6
parent515d830a06869536ccc9c70bfdf8c631ba774999
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@nicira.com>
utilities/ovs-ctl.in