Skip to content
Snippets Groups Projects
Commit 0a6e5423 authored by Brandon Heller's avatar Brandon Heller Committed by Bob Lantz
Browse files

Set default switch type to OVS

parent 6b2a3b18
No related branches found
No related tags found
No related merge requests found
......@@ -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 }
......
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