summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-01-06 22:14:08 +0000
committerScott Ullrich <sullrich@pfsense.org>2009-01-06 22:14:08 +0000
commitb2226647a8b379147f19553c3cf3a55e9d51c285 (patch)
tree1aead312913d8c39cb9c3092ecc6b879c8bbd536
parent6f45526026931987b8c98812c8dee0b8b29dfd3a (diff)
downloadpfsense-b2226647a8b379147f19553c3cf3a55e9d51c285.zip
pfsense-b2226647a8b379147f19553c3cf3a55e9d51c285.tar.gz
Fix pptp dial on demand and idle timeout wizard fields which have
NEVER worked correctly to begin with. Oops.
-rw-r--r--usr/local/www/wizards/setup_wizard.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/wizards/setup_wizard.xml b/usr/local/www/wizards/setup_wizard.xml
index 9321729..bddd8ea 100644
--- a/usr/local/www/wizards/setup_wizard.xml
+++ b/usr/local/www/wizards/setup_wizard.xml
@@ -280,7 +280,7 @@
</field>
<field>
<name>PPTP Dial on demand</name>
- <bindstofield>pptp->pptp_dialondemand</bindstofield>
+ <bindstofield>pptp->ondemand</bindstofield>
<typehint>Enable Dial-On-Demand mode</typehint>
<type>checkbox</type>
<description>This option causes the interface to operate in dial-on-demand mode, allowing you to have a virtual full time connection. The interface is configured, but the actual connection of the link is delayed until qualifying outgoing traffic is detected.</description>
@@ -288,7 +288,7 @@
<field>
<name>PPTP Idle timeout</name>
<type>input</type>
- <bindstofield>pptp->pptp_idletimeout</bindstofield>
+ <bindstofield>pptp->timeout</bindstofield>
<description>If no qualifying outgoing packets are transmitted for the specified number of seconds, the connection is brought down. An idle timeout of zero disables this feature.</description>
</field>
<field>
OpenPOWER on IntegriCloud