From 68bf60217e183a271651c3ad37cdde60791977e0 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 8 Mar 2005 03:03:02 +0000 Subject: Add Dsiable Rendevouz option --- usr/local/www/system_advanced.php | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'usr') 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) { + + + + + + + + + + + + + + + -- cgit v1.1
Disable Rendezvous
  + onclick="enable_change(false)"> + Disable the Rendevouz automatic discovery protocol. +
  + +
IPv6 tunneling