X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=xenserver%2Fopt_xensource_libexec_interface-reconfigure;fp=xenserver%2Fopt_xensource_libexec_interface-reconfigure;h=07e7ba24b2f7ee0e87d8927d818fa3dd3000b6d8;hb=f134604bdccfe0e5d4b2bf43371aebd48a6e2474;hp=13c68884493d186f5964115adb2a1238f13aff94;hpb=9d6122026ba5bdd3e6a911699be79c821b6a348c;p=openvswitch diff --git a/xenserver/opt_xensource_libexec_interface-reconfigure b/xenserver/opt_xensource_libexec_interface-reconfigure index 13c68884..07e7ba24 100755 --- a/xenserver/opt_xensource_libexec_interface-reconfigure +++ b/xenserver/opt_xensource_libexec_interface-reconfigure @@ -1191,7 +1191,7 @@ def action_up(pif): # - The networks corresponding to any VLANs attached to the # datapath's PIF. network_uuids = [] - for nwpif in db.get_pifs_by_device({'device': pifrec['device']}): + for nwpif in db.get_pifs_by_device(pifrec['device']): net = db.get_pif_record(nwpif)['network'] network_uuids += [db.get_network_record(net)['uuid']]