summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-01-06 03:38:34 +0000
committerScott Ullrich <sullrich@pfsense.org>2009-01-06 03:38:34 +0000
commit669941468f300fa80e273be145f506a7c3acb168 (patch)
tree1d1a9840c2529d6d38b60628cfcc205222fc1f48
parent952e41c2198b79e357aa4b32f60baefb69de10fa (diff)
downloadpfsense-669941468f300fa80e273be145f506a7c3acb168.zip
pfsense-669941468f300fa80e273be145f506a7c3acb168.tar.gz
Savew timeout and dial on demand
-rw-r--r--usr/local/www/wizards/setup_wizard.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/wizards/setup_wizard.xml b/usr/local/www/wizards/setup_wizard.xml
index 27b8e55..b7e7012 100644
--- a/usr/local/www/wizards/setup_wizard.xml
+++ b/usr/local/www/wizards/setup_wizard.xml
@@ -236,11 +236,13 @@
<name>PPPoE 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>PPPoE Idle timeout</name>
<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