Project

General

Profile

Actions

Bug #6102

closed

typo - vpn_openvpn_server.php - line 1011

Added by Grischa Zengel about 8 years ago. Updated about 8 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".');

Actions #1

Updated by Phillip Davis about 8 years ago

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

Actions #2

Updated by Chris Buechler about 8 years ago

  • Status changed from New to Confirmed
Actions #3

Updated by Jim Thompson about 8 years ago

  • Assignee set to Anonymous
Actions #4

Updated by Anonymous about 8 years ago

  • Status changed from Confirmed to Resolved

PR applied. Thanks

Actions

Also available in: Atom PDF