Bug 288018 - Cannot launch vpn connections with openvpn 2.2
Summary: Cannot launch vpn connections with openvpn 2.2
Status: RESOLVED UNMAINTAINED
Alias: None
Product: kvpnc
Classification: Miscellaneous
Component: general (show other bugs)
Version: 0.9.6
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Christoph Thielecke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-01 21:19 UTC by brancaleone
Modified: 2017-01-19 13:24 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
openvpn version detection fix (857 bytes, patch)
2011-12-01 21:20 UTC, brancaleone
Details

Note You need to log in before you can comment on or make changes to this bug.
Description brancaleone 2011-12-01 21:19:39 UTC
Version:           0.9.6 (using KDE 4.7.2) 
OS:                Linux

Since openvpn >= 2.1-rc9, kvpnc must add script security parameter to config for vpns to start.

However, there is a typo in the version detection and it doesn't detect version 2.2 correctly.

I've attached a very simple patch to correct this issue.

Reproducible: Always

Steps to Reproduce:
Start an openvpn tunnel

Actual Results:  
doesn't start

Expected Results:  
Should start
Comment 1 brancaleone 2011-12-01 21:20:39 UTC
Created attachment 66282 [details]
openvpn version detection fix

Here is a very simple patch to correct this issue