summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-08-05 15:49:38 +0000
committerErmal Luçi <eri@pfsense.org>2008-08-05 15:49:38 +0000
commitad048a139b2436bc5a470e6555a24abef26a0717 (patch)
treee79a83b0be430fb69901cfb9ebb3f02229f82a34 /usr
parent46bb7d0caa1809d5d729b4d8c84e6b3fcd82312f (diff)
downloadpfsense-ad048a139b2436bc5a470e6555a24abef26a0717.zip
pfsense-ad048a139b2436bc5a470e6555a24abef26a0717.tar.gz
No need for the 'filtering bridge' option with if_bridge(4).
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_advanced.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index 90e9b0b..6189d8a 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -51,7 +51,6 @@ $pconfig['key'] = base64_decode($config['system']['webgui']['private-key']);
$pconfig['disableconsolemenu'] = isset($config['system']['disableconsolemenu']);
$pconfig['harddiskstandby'] = $config['system']['harddiskstandby'];
$pconfig['noantilockout'] = isset($config['system']['webgui']['noantilockout']);
-$pconfig['filteringbridge_enable'] = isset($config['bridge']['filteringbridge']);
$pconfig['tcpidletimeout'] = $config['filter']['tcpidletimeout'];
$pconfig['maximumstates'] = $config['system']['maximumstates'];
$pconfig['disablerendevouz'] = $config['system']['disablerendevouz'];
@@ -250,7 +249,6 @@ if ($_POST) {
$config['system']['shapertype'] = $_POST['shapertype'];
$config['ipsec']['preferoldsa'] = $_POST['preferoldsa_enable'] ? true : false;
- $config['bridge']['filteringbridge'] = $_POST['filteringbridge_enable'] ? true : false;
$config['filter']['bypassstaticroutes'] = $_POST['bypassstaticroutes'] ? true : false;
write_config();
@@ -265,14 +263,10 @@ if ($_POST) {
config_unlock();
- setup_filter_bridge();
-
conf_mount_rw();
setup_serial_port();
- setup_filter_bridge();
-
conf_mount_ro();
@@ -395,20 +389,6 @@ include("head.inc");
<td colspan="2" class="list" height="12">&nbsp;</td>
</tr>
<tr>
- <td colspan="2" valign="top" class="listtopic">Filtering Bridge</td>
- </tr>
- <tr>
- <td width="22%" valign="top" class="vncell">&nbsp;</td>
- <td width="78%" class="vtable">
- <input name="filteringbridge_enable" type="checkbox" id="filteringbridge_enable" value="yes" <?php if ($pconfig['filteringbridge_enable']) echo "checked"; ?>>
- <strong>Enable filtering bridge</strong><span class="vexpl"><br>
- This will cause bridged packets to pass through the packet
- filter in the same way as routed packets do (by default bridged
- packets are always passed). If you enable this option, you'll
- have to add filter rules to selectively permit traffic from
- bridged interfaces.</span></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)" />
OpenPOWER on IntegriCloud