Skip to content

Commit cbdf9ed

Browse files
fix isisd instead of ospfd
1 parent fa0068e commit cbdf9ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

nets/8r-1c-in-band-isis/isis8d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def stopAll():
182182
# Clean Mininet emulation environment
183183
os.system('sudo mn -c')
184184
# Kill all the started daemons
185-
os.system('sudo killall sshd zebra ospfd')
185+
os.system('sudo killall sshd zebra isisd')
186186

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

nets/8r-1c-out-band-isis/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 ospfd')
235+
os.system('sudo killall sshd zebra isisd')
236236

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

nets/8routers-isis-ipv6/isis8d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def stopAll():
178178
# Clean Mininet emulation environment
179179
os.system('sudo mn -c')
180180
# Kill all the started daemons
181-
os.system('sudo killall sshd zebra ospfd')
181+
os.system('sudo killall sshd zebra isisd')
182182

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

0 commit comments

Comments
 (0)