Bug #2359
Typo: OpenVPN Configuration Page has two items "Server DHCP Bridge Start"
| Status: | Resolved | Start date: | 04/08/2012 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | OpenVPN | |||
| Target version: | 2.1 | |||
| 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)
History
#1
Updated by Chris Buechler about 1 year ago
- Target version set to 2.1
#2
Updated by Irving Popovetsky about 1 year ago
This is already fixed for 2.1: https://github.com/bsdperimeter/pfsense/pull/96
#3
Updated by Jim P about 1 year ago
- Status changed from New to Resolved