Skip to content

Commit 68ae67d

Browse files
committed
Support custom links in custom file
1 parent c4a85ab commit 68ae67d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/mn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ class MininetRunner( object ):
158158

159159
def setCustom( self, name, value ):
160160
"Set custom parameters for MininetRunner."
161-
if name in ( 'topos', 'switches', 'hosts', 'controllers' ):
161+
if name in ( 'topos', 'switches', 'hosts', 'controllers', 'links' ):
162162
# Update dictionaries
163163
param = name.upper()
164164
globals()[ param ].update( value )

0 commit comments

Comments
 (0)