Revision c8b85746 examples/hwintf.py
examples/hwintf.py | ||
---|---|---|
38 | 38 |
switch = net.switches[ 0 ] |
39 | 39 |
info( '*** Adding hardware interface', intfName, 'to switch', |
40 | 40 |
switch.name, '\n' ) |
41 |
intf = Intf( intfName, node=switch ) |
|
41 |
_intf = Intf( intfName, node=switch )
|
|
42 | 42 |
|
43 | 43 |
info( '*** Note: you may need to reconfigure the interfaces for ' |
44 | 44 |
'the Mininet hosts:\n', net.hosts, '\n' ) |
Also available in: Unified diff