ovs-ctl: Don't run "ovs-save save-flows" on fake bridges.
[cascardo/ovs.git] / utilities / ovs-ctl.in
index 3a432b5..1cdfb76 100755 (executable)
@@ -303,7 +303,7 @@ internal_interfaces () {
 }
 
 save_flows () {
-   if set X `ovs_vsctl list-br`; then
+   if set X `ovs_vsctl -- --real list-br`; then
         shift
         if "$datadir/scripts/ovs-save" save-flows "$@" > "$script_flows"; then
             chmod +x "$script_flows"