Browse Source

Fixed treeping1024.py to import Cli, so it should work now.

pull/1/merge
Bob Lantz 16 years ago
parent
commit
657333199b
  1. 2
      examples/tree1024.py

2
examples/tree1024.py

@ -7,7 +7,7 @@ to adjust them, e.g. by adding entries to /etc/sysctl.conf
and running sysctl -p.
"""
from mininet import init, TreeNet
from mininet import init, TreeNet, Cli
if __name__ == '__main__':
init()

Loading…
Cancel
Save