summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-08 03:03:02 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-08 03:03:02 +0000
commit68bf60217e183a271651c3ad37cdde60791977e0 (patch)
treef470d7e7cea84aefa4eb92ec7088e138432c6151 /usr
parent3f345054bd32af40eb882ded21be2e9a62abca58 (diff)
downloadpfsense-68bf60217e183a271651c3ad37cdde60791977e0.zip
pfsense-68bf60217e183a271651c3ad37cdde60791977e0.tar.gz
Add Dsiable Rendevouz option
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_advanced.php23
1 files changed, 22 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index 6be2631..3b48baa 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -51,6 +51,7 @@ $pconfig['tcpidletimeout'] = $config['filter']['tcpidletimeout'];
$pconfig['schedulertype'] = $config['system']['schedulertype'];
$pconfig['maximumstates'] = $config['system']['maximumstates'];
+$pconfig['disablerendevouz'] = $config['system']['disablerendevouz'];
if ($_POST) {
@@ -101,8 +102,8 @@ if ($_POST) {
$config['system']['disableconsolemenu'] = $_POST['disableconsolemenu'] ? true : false;
$config['system']['disablefirmwarecheck'] = $_POST['disablefirmwarecheck'] ? true : false;
$config['system']['webgui']['expanddiags'] = $_POST['expanddiags'] ? true : false;
-
$config['system']['optimization'] = $_POST['optimization'];
+ $config['system']['disablerendevouz'] = $_POST['disablerendevouz'];
if ($g['platform'] == "generic-pc") {
$oldharddiskstandby = $config['system']['harddiskstandby'];
@@ -177,6 +178,26 @@ function enable_change(enable_over) {
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
+ <td colspan="2" valign="top" class="listtopic">Disable Rendezvous</td>
+ </tr>
+ <tr>
+ <td width="22%" valign="top" class="vncell">&nbsp;</td>
+ <td width="78%" class="vtable">
+ <input name="disablerendevouz" type="checkbox" id="disablerendevouz" value="yes" <?php if ($pconfig['disablerendevouz']) echo "checked"; ?> onclick="enable_change(false)">
+ <strong>Disable the Rendevouz automatic discovery protocol.</strong>
+ </td>
+ </tr>
+ <tr>
+ <td width="22%" valign="top">&nbsp;</td>
+ <td width="78%">
+ <input name="Submit" type="submit" class="formbtn" value="Save" onclick="enable_change(true)">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="list" height="12"></td>
+ </tr>
+
+ <tr>
<td colspan="2" valign="top" class="listtopic">IPv6 tunneling</td>
</tr>
<tr>
OpenPOWER on IntegriCloud