From 0a6e54231e43acfd9350e487f4be5aa8e5773504 Mon Sep 17 00:00:00 2001 From: Brandon Heller <brandonh@stanford.edu> Date: Fri, 6 Aug 2010 10:39:39 -0700 Subject: [PATCH] Set default switch type to OVS --- bin/mn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mn b/bin/mn index 1fca885e..42b3e256 100755 --- a/bin/mn +++ b/bin/mn @@ -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 } -- GitLab