summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-08-30 14:59:50 -0400
committerjim-p <jimp@pfsense.org>2011-08-30 14:59:50 -0400
commitce6577d2afb5133b4ab8d13c13f744b4f7abbeea (patch)
treed7929870d61e1a0f5c94ad88a64ab2e1447e048d
parent2fb925488b305dc5da64de8ecd8134e7aab0e9b2 (diff)
downloadpfsense-ce6577d2afb5133b4ab8d13c13f744b4f7abbeea.zip
pfsense-ce6577d2afb5133b4ab8d13c13f744b4f7abbeea.tar.gz
Fix QinQ note width.
-rwxr-xr-xusr/local/www/interfaces_qinq.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_qinq.php b/usr/local/www/interfaces_qinq.php
index 5a234a5..9316d7e 100755
--- a/usr/local/www/interfaces_qinq.php
+++ b/usr/local/www/interfaces_qinq.php
@@ -147,7 +147,7 @@ include("head.inc");
<td class="list"> <a href="interfaces_qinq_edit.php"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0"></a></td>
</tr>
<tr>
- <td colspan="3" class="list"><p class="vexpl"><span class="red"><strong>
+ <td colspan="4" class="list"><p class="vexpl"><span class="red"><strong>
<?=gettext("Note:");?><br>
</strong></span>
<?php printf(gettext("Not all drivers/NICs support 802.1Q QinQ tagging properly. On cards that do not explicitly support it, QinQ tagging will still work, but the reduced MTU may cause problems. See the %s handbook for information on supported cards."), $g['product_name']);?></p>
OpenPOWER on IntegriCloud