Fix TunChannel: wait_tuniface must be assigned to prestart
[nepi.git] / src / nepi / testbeds / netns / metadata_v01.py
index 2d88b02..240f504 100644 (file)
@@ -527,7 +527,7 @@ factories_info = dict({
         "create_function": create_tunchannel,
         "preconfigure_function": preconfigure_tunchannel,
         "configure_function": postconfigure_tunchannel,
-        "start_function": wait_tunchannel,
+        "prestart_function": wait_tunchannel,
         "help": "Channel to forward "+TAPIFACE+" data to "
                 "other TAP interfaces supporting the NEPI tunneling protocol.",
         "connector_types": ["->fd", "udp", "tcp"],