Skip to content
Snippets Groups Projects
Commit 8e8081c4 authored by Brandon Heller's avatar Brandon Heller
Browse files

Add VL2 reduced topology

parent 3031d31e
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,8 @@
'tree1024': (lambda: TreeTopo(depth = 3, fanout = 32)),
'fattree4': (lambda: FatTreeTopo(k = 4)),
'fattree6': (lambda: FatTreeTopo(k = 6)),
'vl2': (lambda: VL2Topo(da = 4, di = 4))}
'vl2': (lambda: VL2Topo(da = 4, di = 4)),
'vl2reduced': (lambda: VL2Topo(da = 4, di = 4, edge_down = 1))}
TOPOS.update(TOPOS_RIPCORD)
SWITCH_DEF = 'kernel'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment