Remove ^S which was in this file (thanks emacs bindings)
This commit is contained in:
+1
-1
@@ -242,7 +242,7 @@ class Topo( object ):
|
|||||||
sport: optional source port (otherwise use lowest src port)
|
sport: optional source port (otherwise use lowest src port)
|
||||||
returns: tuple (sport, dport), where
|
returns: tuple (sport, dport), where
|
||||||
sport = port on source switch leading to the destination switch
|
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()"""
|
Note that you can also look up ports using linkInfo()"""
|
||||||
# A bit ugly and slow vs. single-link implementation ;-(
|
# A bit ugly and slow vs. single-link implementation ;-(
|
||||||
ports = [ ( sport, entry[ 1 ] )
|
ports = [ ( sport, entry[ 1 ] )
|
||||||
|
|||||||
Reference in New Issue
Block a user