From de002b0d9a3684328deb2105c733f01f7963c55c Mon Sep 17 00:00:00 2001 From: Bob Lantz <rlantz@cs.stanford.edu> Date: Wed, 12 Nov 2014 17:39:50 -0800 Subject: [PATCH] Remove ^S which was in this file (thanks emacs bindings) --- mininet/topo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mininet/topo.py b/mininet/topo.py index efc16aa4..22d0c1f5 100644 --- a/mininet/topo.py +++ b/mininet/topo.py @@ -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 ] ) -- GitLab