summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-01-06 03:38:28 +0000
committerScott Ullrich <sullrich@pfsense.org>2009-01-06 03:38:28 +0000
commitebfcc98d56e83394a868225d859bb62552c37feb (patch)
tree21ee5827c9fc964bed56ecd1954d50a899449921 /usr/local/www/wizards
parent47985993ee1f5b8eb89549d8bc547cdd0b7ae590 (diff)
downloadpfsense-ebfcc98d56e83394a868225d859bb62552c37feb.zip
pfsense-ebfcc98d56e83394a868225d859bb62552c37feb.tar.gz
Savew timeout and dial on demand
Diffstat (limited to 'usr/local/www/wizards')
-rw-r--r--usr/local/www/wizards/setup_wizard.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/local/www/wizards/setup_wizard.xml b/usr/local/www/wizards/setup_wizard.xml
index bdc850e..1acdb4a 100644
--- a/usr/local/www/wizards/setup_wizard.xml
+++ b/usr/local/www/wizards/setup_wizard.xml
@@ -284,11 +284,13 @@
<name>PPTP Dial on demand</name>
<typehint>Enable Dial-On-Demand mode</typehint>
<type>checkbox</type>
+ <bindstofield>pptp->pptp_dialondemand</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>
+ <type>input</type>
+ <bindstofield>pptp->pptp_idletimeout</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