Fix TunChannel: wait_tuniface must be assigned to prestart
[nepi.git] / src / nepi / testbeds / ns3 / factories_metadata_v3_9.py
index 4a2f929..8c43a96 100644 (file)
@@ -1048,7 +1048,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 FileDescriptorNetDevice data to "
                 "other TAP interfaces supporting the NEPI tunneling protocol.",
         "connector_types": ["fd->", "udp", "tcp"],