Set default switch type to OVS

This commit is contained in:
Brandon Heller
2010-08-06 10:39:39 -07:00
parent d26abda426
commit e9d4482e42
+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 }