Skip to content
Snippets Groups Projects
Commit 765d126e authored by Bob Lantz's avatar Bob Lantz Committed by Brian O'Connor
Browse files

Delete leftover TAP interface from OVS with datapath=user

fixes #199
parent 896c4cbc
No related branches found
No related tags found
No related merge requests found
......@@ -1050,6 +1050,8 @@ def start( self, controllers ):
def stop( self ):
"Terminate OVS switch."
self.cmd( 'ovs-vsctl del-br', self )
if self.datapath == 'user':
self.cmd( 'ip link del', self )
self.deleteIntfs()
OVSKernelSwitch = OVSSwitch
......
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