summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/setup_wizard.xml
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-01-06 04:18:13 +0000
committerScott Ullrich <sullrich@pfsense.org>2009-01-06 04:18:13 +0000
commit6f45526026931987b8c98812c8dee0b8b29dfd3a (patch)
tree4a3987741a14573706cacca72f8ef93eb6f4da48 /usr/local/www/wizards/setup_wizard.xml
parent669941468f300fa80e273be145f506a7c3acb168 (diff)
downloadpfsense-6f45526026931987b8c98812c8dee0b8b29dfd3a.zip
pfsense-6f45526026931987b8c98812c8dee0b8b29dfd3a.tar.gz
Oops, use pptp fields
Diffstat (limited to 'usr/local/www/wizards/setup_wizard.xml')
-rw-r--r--usr/local/www/wizards/setup_wizard.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/local/www/wizards/setup_wizard.xml b/usr/local/www/wizards/setup_wizard.xml
index b7e7012..9321729 100644
--- a/usr/local/www/wizards/setup_wizard.xml
+++ b/usr/local/www/wizards/setup_wizard.xml
@@ -236,13 +236,12 @@
<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>
@@ -281,6 +280,7 @@
</field>
<field>
<name>PPTP Dial on demand</name>
+ <bindstofield>pptp->pptp_dialondemand</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,6 +288,7 @@
<field>
<name>PPTP 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