Fixed treeping1024.py to import Cli, so it should work now.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user