Skip to content
Snippets Groups Projects
Commit 7f9eb9e5 authored by Bob Lantz's avatar Bob Lantz
Browse files

Changed remaining refs to netns to refer to mnexec.

parent 3465c9ea
No related branches found
No related tags found
No related merge requests found
netns
mnexec
mininet.egg-info
......@@ -105,10 +105,10 @@ def init():
# Perhaps we should do so automatically!
print "*** Mininet must run as root."
exit( 1 )
# If which produces no output, then netns is not in the path.
# May want to loosen this to handle netns in the current dir.
if not quietRun( [ 'which', 'netns' ] ):
raise Exception( "Could not find netns; see INSTALL" )
# If which produces no output, then mnexec is not in the path.
# May want to loosen this to handle mnexec in the current dir.
if not quietRun( [ 'which', 'mnexec' ] ):
raise Exception( "Could not find mnexec - check $PATH" )
fixLimits()
class Mininet( object ):
......
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