summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_bridge_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/interfaces_bridge_edit.php')
-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