X-Git-Url: http://git.onelab.eu/?p=nepi.git;a=blobdiff_plain;f=examples%2Fopenvswitch%2Fovs_ping.py;h=40d6cb1e0df8244192574bf7aa2732b2c1999472;hp=e33e8dbfe7b2d4aa699d14e4af7093e25be03b08;hb=7fed767f9f18ee81807950771145969cbb27b8a7;hpb=4e04f60c0ce34381630bb0604a9d47d326374e0b diff --git a/examples/openvswitch/ovs_ping.py b/examples/openvswitch/ovs_ping.py index e33e8dbf..40d6cb1e 100644 --- a/examples/openvswitch/ovs_ping.py +++ b/examples/openvswitch/ovs_ping.py @@ -62,8 +62,7 @@ def parse_args(): help="Overlay network address of the form x.x.x.x/yy. " "Must correspond to the vsys_vnet tag on the PlanetLab slice") parser.add_option("-C", "--controller", dest="controller", - help="IP address for the OpenFlow controller, if one has been deployed", - default="1.1.1.1") + help="IP address for the OpenFlow controller, if one has been deployed") parser.add_option("-s", "--slicename", dest="slicename", help="Name of PlanetLab slice", default=pl_slice)