X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=xenserver%2Fusr_share_vswitch_scripts_dump-vif-details;h=430ec54349624636c43e0d25f2badccbfa9bbfc5;hb=28447a186b017471dc00ed41ab832dc566d7bebd;hp=3c33751819c4620c81aa24a183decd354b7c5d9d;hpb=9a77b2bce0154fedcf36747f45e477605e98559d;p=openvswitch diff --git a/xenserver/usr_share_vswitch_scripts_dump-vif-details b/xenserver/usr_share_vswitch_scripts_dump-vif-details index 3c337518..430ec543 100755 --- a/xenserver/usr_share_vswitch_scripts_dump-vif-details +++ b/xenserver/usr_share_vswitch_scripts_dump-vif-details @@ -4,7 +4,7 @@ # needed by the controller. This is called by the "vif" script, # which is run when virtual interfaces are added and removed. -# Copyright (C) 2009 Nicira Networks, Inc. +# Copyright (C) 2009, 2010 Nicira Networks, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright @@ -39,7 +39,7 @@ def dump_vif_info(domid, devid, vif_ref): vif_info.append(('xs-vif-uuid', vif_rec["uuid"])) vif_info.append(('xs-vm-uuid', vm_uuid)) for key, value in vif_info: - print("-- iface-set-external-id vif%s.%s %s %s" + print("-- set interface vif%s.%s external-ids:\"%s\"=\"%s\"" % (domid, devid, key, value)) # vNetManager needs to know the network UUID(s) associated with