Set default switch type to OVS
This commit is contained in:
committed by
Bob Lantz
parent
6b2a3b187b
commit
0a6e54231e
@@ -33,7 +33,7 @@ TOPOS = { 'minimal': lambda: SingleSwitchTopo( k=2 ),
|
|||||||
'single': SingleSwitchTopo,
|
'single': SingleSwitchTopo,
|
||||||
'tree': TreeTopo }
|
'tree': TreeTopo }
|
||||||
|
|
||||||
SWITCHDEF = 'kernel'
|
SWITCHDEF = 'ovsk'
|
||||||
SWITCHES = { 'kernel': KernelSwitch,
|
SWITCHES = { 'kernel': KernelSwitch,
|
||||||
'user': UserSwitch,
|
'user': UserSwitch,
|
||||||
'ovsk': OVSKernelSwitch }
|
'ovsk': OVSKernelSwitch }
|
||||||
|
|||||||
Reference in New Issue
Block a user