Skip to content

fragment option is not being used

I downloaded the RC5 bundle, which has d6d73d41 merged into it to support the fragment option, if it is set.

I also have deployed to dev.bitmask.net the platform version that enables the fragment option to be set in the openvpn config. I configured a provider to set this option, and deployed that to dev.bitmask.net.

I then ran bitmask --danger --debug, and am not seeing the fragment option being passed to the leap.bitmask.services.eip.vpnprocess:getCommand():

2014-11-17 22:23:36,150 - DEBUG    - L#955  : leap.bitmask.services.eip.vpnprocess:getCommand() - /usr/bin/pkexec /usr/local/sbin/bitmask-root openvpn start /usr/local/sbin/leap-openvpn --setenv LEAPOPENVPN 1 --nobind --remote 176.53.69.19 1194 udp --client --dev tun --persist-key --tls-client --remote-cert-tls server --tls-cipher DHE-RSA-AES128-SHA --cipher AES-128-CBC --auth SHA1 --management-client-user micah --management-signal --management /tmp/leap-tmpl7Vm7G/openvpn.socket unix --script-security 2 --cert /home/micah/Downloads/Bitmask-linux64-0.7.0rc5/config/leap/providers/dev.bitmask.net/keys/client/openvpn.pem --key /home/micah/Downloads/Bitmask-linux64-0.7.0rc5/config/leap/providers/dev.bitmask.net/keys/client/openvpn.pem --ca /home/micah/Downloads/Bitmask-linux64-0.7.0rc5/config/leap/providers/dev.bitmask.net/keys/ca/cacert.pem --ping 10 --ping-restart 30

From what I understand, there should be a --fragment option included in the above, but it is not.

(from redmine: created on 2014-11-17, closed on 2014-11-17)