Skip to content

Commit ab71278

Browse files
committed
Avoid to kill sshd when Mininet is closed
1 parent b5d74b1 commit ab71278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nets/8r-1c-srv6-pm/isis8d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def stopAll():
232232
# Clean Mininet emulation environment
233233
os.system('sudo mn -c')
234234
# Kill all the started daemons
235-
os.system('sudo killall sshd zebra isisd')
235+
os.system('sudo killall zebra isisd')
236236

237237
def extractHostPid (dumpline):
238238
temp = dumpline[dumpline.find('pid=')+4:]

0 commit comments

Comments
 (0)