From 2a0cad3c85a91bf927de2e2ed542bec0ed8457be Mon Sep 17 00:00:00 2001 From: Bob Lantz <rlantz@cs.stanford.edu> Date: Fri, 11 Dec 2009 04:01:56 -0800 Subject: [PATCH] Renamed and tweaked treePing64. --- examples/{bigTreePing64.py => treePing64.py} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename examples/{bigTreePing64.py => treePing64.py} (86%) diff --git a/examples/bigTreePing64.py b/examples/treePing64.py similarity index 86% rename from examples/bigTreePing64.py rename to examples/treePing64.py index 2e3d6588..2673af0c 100755 --- a/examples/bigTreePing64.py +++ b/examples/treePing64.py @@ -1,7 +1,6 @@ #!/usr/bin/python -"""Create a tree network of depth 4 and fanout 2, and - test connectivity using pingTest.""" +"Create a 64-node tree network, and test connectivity using pingTest." from mininet import init, TreeNet, pingTestVerbose -- GitLab