Project

General

Profile

Actions

Bug #6102

closed
GZ

typo - vpn_openvpn_server.php - line 1011

Bug #6102: typo - vpn_openvpn_server.php - line 1011

Added by Grischa Zengel over 10 years ago. Updated over 10 years ago.

Status:
Resolved
Priority:
Low
Assignee:
-
Category:
OpenVPN
Target version:
Start date:
04/10/2016
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3
Affected Architecture:

Description

There is "). at end of line 1.

is:

setHelp('Specifies the method used to supply a virtual adapter IP address to clients when using tun mode on IPv4.").' . '<br />' .
                'Some clients may require this be set to "subnet" even for IPv6, such as OpenVPN Connect (iOS/Android). ' .
                'Older versions of OpenVPN (before 2.0.9) or clients such as Yealink phones may require "net30".');

should be:

setHelp('Specifies the method used to supply a virtual adapter IP address to clients when using tun mode on IPv4.' . '<br />' .
                'Some clients may require this be set to "subnet" even for IPv6, such as OpenVPN Connect (iOS/Android). ' .
                'Older versions of OpenVPN (before 2.0.9) or clients such as Yealink phones may require "net30".');

PD Updated by Phillip Davis over 10 years ago Actions #1

PR https://github.com/pfsense/pfsense/pull/2856
I found another stray double-quote in the same file.

CB Updated by Chris Buechler over 10 years ago Actions #2

  • Status changed from New to Confirmed

JT Updated by Jim Thompson over 10 years ago Actions #3

  • Assignee set to Anonymous

Updated by Anonymous over 10 years ago Actions #4

  • Status changed from Confirmed to Resolved

PR applied. Thanks

Actions

Also available in: Atom