Bug 288018

Summary: Cannot launch vpn connections with openvpn 2.2
Product: [Unmaintained] kvpnc Reporter: brancaleone <cedric.devillers>
Component: generalAssignee: Christoph Thielecke <crissi99>
Status: RESOLVED UNMAINTAINED    
Severity: normal    
Priority: NOR    
Version First Reported In: 0.9.6   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: openvpn version detection fix

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