]> xenbits.xensource.com Git - people/dariof/osstest.git/commitdiff
CXFabric: Register more MAC addresses with the fabric
authorIan Campbell <ian.campbell@citrix.com>
Sun, 2 Mar 2014 10:22:44 +0000 (10:22 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 3 Mar 2014 12:17:48 +0000 (12:17 +0000)
I've seen 0x20 used in a single flight. Register up to 0x40.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Osstest/CXFabric.pm

index 866aefee23a06f80d3141f5507fe61710af3e179..6c8400edb9365e69c2fb84ffe47943115becc4f5 100644 (file)
@@ -43,7 +43,7 @@ sub setup_cxfabric($)
     # is unlikely to be anything other than exactly our marilith box.
     return unless $ho->{Flags}{'equiv-marilith'};
 
-    my $nr = 8;
+    my $nr = 64;
 
     my $prefix = ether_prefix($ho);
     logm("Registering $nr MAC addresses with CX fabric using prefix $prefix");