summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-01-06 22:14:02 +0000
committerScott Ullrich <sullrich@pfsense.org>2009-01-06 22:14:02 +0000
commit9df3c604804c50872dbbb7c2336598d824c2a514 (patch)
treee3179c012de45069607c606fdf3fae09d4049fba /usr
parentd3f8c2df2071018f0b2ffa7b133fed615a414d50 (diff)
downloadpfsense-9df3c604804c50872dbbb7c2336598d824c2a514.zip
pfsense-9df3c604804c50872dbbb7c2336598d824c2a514.tar.gz
Fix pptp dial on demand and idle timeout wizard fields which have
NEVER worked correctly to begin with. Oops.
Diffstat (limited to 'usr')
-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 1acdb4a..bc09aed 100644
--- a/usr/local/www/wizards/setup_wizard.xml
+++ b/usr/local/www/wizards/setup_wizard.xml
@@ -284,13 +284,13 @@
<name>PPTP Dial on demand</name>
<typehint>Enable Dial-On-Demand mode</typehint>
<type>checkbox</type>
- <bindstofield>pptp->pptp_dialondemand</bindstofield>
+ <bindstofield>pptp->ondemand</bindstofield>
<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>
</field>
<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