ovsdb-client: Add support for pretty-printing JSON in output.
[openvswitch] / xenserver / usr_share_vswitch_scripts_dump-vif-details
index 1340adddd8594dfd94267e928ca4e582bfc92fc9..7b05abfc28353aa62e471ff591bd4f90ec829ced 100755 (executable)
@@ -56,7 +56,7 @@ def dump_vif_info(domid, devid, vif_ref):
                        bridge = net_rec['bridge']
                        key = "xs-network-uuids"
                        value = net_rec['uuid']
-                       print("-- bridge-set-external-id %s %s %s"
+                       print("-- br-set-external-id %s %s %s"
                              % (bridge, key, value))
        finally:
                session.xenapi.session.logout()