Skip to content
Snippets Groups Projects
Commit 803c0a6e authored by Rich Lane's avatar Rich Lane
Browse files

IVSSwitch: use ovs-ofctl for dpctl functionality

parent 8ee4aa6d
No related branches found
No related tags found
No related merge requests found
......@@ -1084,7 +1084,7 @@ def dpctl( self, *args ):
"Run dpctl command"
if not self.listenPort:
return "can't run dpctl without passive listening port"
return self.cmd( 'dpctl ' + ' '.join( args ) +
return self.cmd( 'ovs-ofctl ' + ' '.join( args ) +
' tcp:127.0.0.1:%i' % self.listenPort )
......
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