mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix wording/formatting of promisc option
This commit is contained in:
parent
f06ce79db7
commit
b2f73235f9
@ -199,10 +199,13 @@ include("fbegin.inc");
|
||||
</select>
|
||||
<br/><?=gettext("Select the interface on which to capture traffic.");?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="17%" valign="top" class="vncellreq"><?=gettext("Promiscuous");?></td>
|
||||
<td width="51%" class="vtable">
|
||||
<input name="promiscuous" type="checkbox"<?php if($_POST['promiscuous']) echo " CHECKED"; ?>>
|
||||
<br/><?=gettext("This check box will cause the");?> <a target="_blank" href="http://www.freebsd.org/cgi/man.cgi?query=tcpdump&apropos=0&sektion=0&manpath=FreeBSD+8.3-stable&arch=default&format=html"><?= gettext("packet capture")?></a> <?= gettext("to perform in promiscuous mode.");?>
|
||||
<br/><b><?=gettext("Note");?>: </b><?=gettext("Some NIC's do not support or work well in promiscuous mode.");?>
|
||||
<br/><?=gettext("If checked, the");?> <a target="_blank" href="http://www.freebsd.org/cgi/man.cgi?query=tcpdump&apropos=0&sektion=0&manpath=FreeBSD+8.3-stable&arch=default&format=html"><?= gettext("packet capture")?></a> <?= gettext("will be performed using promiscuous mode.");?>
|
||||
<br/><b><?=gettext("Note");?>: </b><?=gettext("Some network adapters do not support or work well in promiscuous mode.");?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user