mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Clarify usage for not/and/or in host field
This commit is contained in:
parent
017e4ad34d
commit
77a4e6d7db
@ -297,7 +297,7 @@ include("fbegin.inc");
|
||||
<td colspan="2" width="83%" class="vtable">
|
||||
<input name="host" class="formfld host" id="host" size="20" value="<?=htmlspecialchars($host);?>" />
|
||||
<br /><?=gettext("This value is either the Source or Destination IP address or subnet in CIDR notation. The packet capture will look for this address in either field.");?>
|
||||
<br /><?=gettext("This value can be a domain name or IP address, or subnet in CIDR notation.");?>
|
||||
<br /><?=gettext("Matching can be negated by preceding the value with \"!\". Multiple IP addresses or CIDR subnets may be specified. Comma (\",\") separated values perform a boolean \"and\". Separating with a pipe (\"|\") performs a boolean \"or\".");?>
|
||||
<br /><?=gettext("If you leave this field blank, all packets on the specified interface will be captured.");?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user