From 471877bf50dbf52a405dab7b5b117f0fbb75da35 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 23 May 2007 21:08:22 +0000 Subject: Back out #1313. It breaks dhcp relay. See ticket #1332 --- usr/local/www/services_dhcp_relay.php | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) (limited to 'usr/local/www/services_dhcp_relay.php') diff --git a/usr/local/www/services_dhcp_relay.php b/usr/local/www/services_dhcp_relay.php index caa9680..326a343 100755 --- a/usr/local/www/services_dhcp_relay.php +++ b/usr/local/www/services_dhcp_relay.php @@ -146,10 +146,19 @@ include("head.inc"); @@ -185,7 +194,7 @@ function enable_change() {   - onClick="enable_change()"> + onClick="enable_change(false)"> Enable DHCP relay on interface @@ -195,12 +204,12 @@ function enable_change() { > Append circuit ID and agent ID to requests
- If this is checked, the DHCP relay will append the circuit ID (SolidCache interface number) and the agent ID to the DHCP request. + If this is checked, the DHCP relay will append the circuit ID (pfSense interface number) and the agent ID to the DHCP request. Destination server - onClick="enable_change()"> Proxy requests to DHCP server on WAN subnet + onClick="enable_change(false)"> 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. @@ -210,7 +219,7 @@ function enable_change() {   - + @@ -221,7 +230,7 @@ function enable_change() { -- cgit v1.1