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

Remove ^S which was in this file (thanks emacs bindings)

parent 307302ed
No related branches found
No related tags found
No related merge requests found
......@@ -242,7 +242,7 @@ def port( self, src, dst ):
sport: optional source port (otherwise use lowest src port)
returns: tuple (sport, dport), where
sport = port on source switch leading to the destination switch
dport = port on destination switch leading to the source switch
dport = port on destination switch leading to the source switch
Note that you can also look up ports using linkInfo()"""
# A bit ugly and slow vs. single-link implementation ;-(
ports = [ ( sport, entry[ 1 ] )
......
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