Actions
Bug #2359
closedTypo: OpenVPN Configuration Page has two items "Server DHCP Bridge Start"
Start date:
04/08/2012
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.1
Affected Architecture:
amd64
Description
Line 1146 /usr/local/www/vpn_openvpn_server.php should say "Server DHCP Bridge End" (not "Start" as it currently says)
Original: <td width="22%" valign="top" cla
ss="vncell">=gettext("Server Bridge DHCP Start"); ?></td>
Fixed: <td width="22%" valign="top" cla
ss="vncell">=gettext("Server Bridge DHCP End"); ?></td>
tested on: 2.1-DEVELOPMENT (amd64)
built on Sat Apr 7 22:44:34 EDT 2012
FreeBSD 8.3-RC2
The openvpn configuration page could distinguish better between TUN and TAP configuration items. Also, TAP doesn't seem to work right (will file a second bug report once I have more details)
Updated by Irving Popovetsky over 12 years ago
This is already fixed for 2.1: https://github.com/bsdperimeter/pfsense/pull/96
Actions