Change ofprotocold -> ovs-openflowd in OVSKernelSwitch.

This commit is contained in:
Bob Lantz
2010-03-15 19:27:55 -07:00
parent ad824e4e84
commit e100d1d9d0
+1 -1
View File
@@ -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."