Set default switch type to OVS

This commit is contained in:
Brandon Heller
2010-08-16 12:04:24 -07:00
committed by Bob Lantz
parent 6b2a3b187b
commit 0a6e54231e
+1 -1
View File
@@ -33,7 +33,7 @@ TOPOS = { 'minimal': lambda: SingleSwitchTopo( k=2 ),
'single': SingleSwitchTopo,
'tree': TreeTopo }
SWITCHDEF = 'kernel'
SWITCHDEF = 'ovsk'
SWITCHES = { 'kernel': KernelSwitch,
'user': UserSwitch,
'ovsk': OVSKernelSwitch }