summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-11-06 23:58:16 +0000
committerErmal Luçi <eri@pfsense.org>2008-11-06 23:58:16 +0000
commit5e3b419ec3a88b566f595f6e1bed63160a4dbdb3 (patch)
tree06029581dedba894c7ed4efb0243d56704b18f8e /usr
parente395ef5d64e355972c1e6dd45f3cfff430c0fceb (diff)
downloadpfsense-5e3b419ec3a88b566f595f6e1bed63160a4dbdb3.zip
pfsense-5e3b419ec3a88b566f595f6e1bed63160a4dbdb3.tar.gz
Some more fixes and explanations.
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/interfaces_bridge_edit.php9
1 files changed, 7 insertions, 2 deletions
diff --git a/usr/local/www/interfaces_bridge_edit.php b/usr/local/www/interfaces_bridge_edit.php
index 3d9073a..1119fcb 100644
--- a/usr/local/www/interfaces_bridge_edit.php
+++ b/usr/local/www/interfaces_bridge_edit.php
@@ -415,7 +415,7 @@ Set the size of the bridge address cache to size. The default is
<td valign="top" class="vncell">Span port</td>
<td class="vtable">
<select name="span" class="formselect" id="span">
- <option value="none">none</option>
+ <option value="none" selected>None</option>
<?php
foreach ($ifacelist as $ifn => $ifdescr) {
echo "<option value=\"{$ifn}\"";
@@ -431,7 +431,12 @@ Set the size of the bridge address cache to size. The default is
the bridge. This is most useful for snooping a bridged network
passively on another host connected to one of the span ports of
the bridge.
- </span>
+ </span>
+ <p class="vexpl"><span class="red"><strong>
+ Note:<br>
+ </strong></span>
+ The span interface cannot be part of the bridge.
+ </span>
</td>
</tr>
<tr style="display:none" id="sprtable5" name="sprtable5">
OpenPOWER on IntegriCloud