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

We don't need to print the links.

parent e04f0922
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,6 @@ def cleanUpScreens():
def cleanup():
print "*** Removing all links of the pattern foo-ethX"
links = sh( "ip link show | egrep -o '(\w+-eth\w+)'" ).split( '\n' )
print links
for link in links:
if link != '': sh( "ip link del " + link )
......
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