From 9be39d3917d33abeba14f7f282e0b896ebc25ab7 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Sun, 2 Mar 2014 10:22:44 +0000 Subject: [PATCH] CXFabric: Register more MAC addresses with the fabric I've seen 0x20 used in a single flight. Register up to 0x40. Signed-off-by: Ian Campbell Acked-by: Ian Jackson --- Osstest/CXFabric.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Osstest/CXFabric.pm b/Osstest/CXFabric.pm index 866aefe..6c8400e 100644 --- a/Osstest/CXFabric.pm +++ b/Osstest/CXFabric.pm @@ -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"); -- 2.39.5