]> xenbits.xensource.com Git - xcp/xen-api-libs.git/commitdiff
netdev: rename vswitch external ID with xs- prefix
authorIan Campbell <ian.campbell@citrix.com>
Tue, 12 Oct 2010 11:14:23 +0000 (12:14 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 12 Oct 2010 11:14:23 +0000 (12:14 +0100)
Matches c76fde78c528027fe95d714aba5ccf0f01407d75 in openvswitch.git

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
netdev/netdev.ml

index 26564ec6fcb5cf6aebae1b72126329678c5dbbe7..5fc0457b6bc01489aca06ae25cc90efcdb3c068a 100644 (file)
@@ -226,7 +226,7 @@ let vsctl args =
 
 let add name ?uuid = 
   let extra = match uuid with
-    | Some uuid' -> ["--"; "br-set-external-id"; name; "network-uuids"; uuid']
+    | Some uuid' -> ["--"; "br-set-external-id"; name; "xs-network-uuids"; uuid']
     | None -> ["--"; "foo"] in
   ignore(vsctl (["add-br" ; name] @ extra))
 let del name = ignore(vsctl ["del-br" ; name])