From e100d1d9d0cbdd1818defd04fda3f2b65f37b8d6 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Mon, 15 Mar 2010 19:27:55 -0700 Subject: [PATCH] Change ofprotocold -> ovs-openflowd in OVSKernelSwitch. --- mininet/node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mininet/node.py b/mininet/node.py index d204000..44c5faa 100644 --- a/mininet/node.py +++ b/mininet/node.py @@ -541,7 +541,7 @@ class OVSKernelSwitch( Switch ): self.deleteIntfs() # Since kernel threads cannot receive signals like user-space processes, - # disabling the interfaces and ofdatapath is our workaround. + # disabling the interfaces and ovs-openflowd is our workaround. def pause( self ): "Disable interfaces and pause ovs-openflowd."