X-Git-Url: http://git.onelab.eu/?p=nepi.git;a=blobdiff_plain;f=examples%2Fopenvswitch%2Fovs_ping_2_switches.py;fp=examples%2Fopenvswitch%2Fovs_ping_2_switches.py;h=18657c913b9714a466bd7e6470d197ae36113f12;hp=155fcbb781d254b569166504b98251c0cbaa85d2;hb=00be6a6a023debb382d6d351cf005b233da20623;hpb=c9d46a2c9d44f80e3e9d376896484dd98f469935 diff --git a/examples/openvswitch/ovs_ping_2_switches.py b/examples/openvswitch/ovs_ping_2_switches.py index 155fcbb7..18657c91 100644 --- a/examples/openvswitch/ovs_ping_2_switches.py +++ b/examples/openvswitch/ovs_ping_2_switches.py @@ -79,7 +79,6 @@ def add_tap(ec, ip, prefix, pointopoint, node): ec.set(tap, "ip", ip) ec.set(tap, "prefix", prefix) ec.set(tap, "pointopoint", pointopoint) - ec.set(tap, "up", True) ec.register_connection(tap, node) return tap