From: Julien Tribino Date: Thu, 11 Sep 2014 12:05:18 +0000 (+0200) Subject: Modify the linux udp connect but it is still bugging. A ticket is created for that X-Git-Tag: nepi-3.2.0~88^2 X-Git-Url: http://git.onelab.eu/?p=nepi.git;a=commitdiff_plain;h=bf186406cfb5505e4a7e7e12dfe7eeb9c915471c Modify the linux udp connect but it is still bugging. A ticket is created for that --- diff --git a/src/nepi/resources/linux/scripts/linux-udp-connect.py b/src/nepi/resources/linux/scripts/linux-udp-connect.py index ce869f7c..ffd87400 100644 --- a/src/nepi/resources/linux/scripts/linux-udp-connect.py +++ b/src/nepi/resources/linux/scripts/linux-udp-connect.py @@ -111,7 +111,8 @@ def get_options(): (options, args) = parser.parse_args() - if options.vif_type == "IFF_TUN": + vif_type = IFF_TAP + if options.vif_type and options.vif_type == "IFF_TUN": vif_type = IFF_TUN return ( options.vif_name, vif_type, options.pi,