Updated example scripts (Fedora repo update + ovsswitch)
[nepi.git] / examples / openvswitch / ovs_ping_2_switches.py
index fe9962e..6519dd2 100644 (file)
@@ -106,7 +106,7 @@ def parse_args():
 
     switch1 = "planetlab2.virtues.fi"
     switch2 = "planetlab2.upc.es"
-    host1 = "planetlab2.ionio.gr"
+    host1 = "planetlab2.s3.kth.se"
     host2 = "iraplab2.iralab.uni-karlsruhe.de"
 
     parser = OptionParser(usage = usage)