From 68ffe3ea99238790358fa3115b17ebf08e2607dd Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 11 May 2007 17:13:34 +0000 Subject: DHCP Relay - server textbox field doesn't toggle properly Ticket #1313 --- usr/local/www/services_dhcp_relay.php | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/usr/local/www/services_dhcp_relay.php b/usr/local/www/services_dhcp_relay.php index 326a343..caa9680 100755 --- a/usr/local/www/services_dhcp_relay.php +++ b/usr/local/www/services_dhcp_relay.php @@ -146,19 +146,10 @@ include("head.inc"); @@ -194,7 +185,7 @@ function enable_change(enable_over) {   - onClick="enable_change(false)"> + onClick="enable_change()"> Enable DHCP relay on interface @@ -204,12 +195,12 @@ function enable_change(enable_over) { > Append circuit ID and agent ID to requests
- If this is checked, the DHCP relay will append the circuit ID (pfSense interface number) and the agent ID to the DHCP request. + If this is checked, the DHCP relay will append the circuit ID (SolidCache interface number) and the agent ID to the DHCP request. Destination server - onClick="enable_change(false)"> Proxy requests to DHCP server on WAN subnet + onClick="enable_change()"> Proxy requests to DHCP server on WAN subnet


This is the IP address of the server to which the DHCP packet is relayed. Select "Proxy requests to DHCP server on WAN subnet" to relay DHCP packets to the server that was used on the WAN interface. @@ -219,7 +210,7 @@ function enable_change(enable_over) {   - + @@ -230,7 +221,7 @@ function enable_change(enable_over) { -- cgit v1.1