Add forgotten spaces and add 2 non breaking spaces for &os; 5.X and 4.X.
Noticed by: blackend Forgotten by: remko (me)
This commit is contained in:
parent
280011b864
commit
ee8497f48c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24480
1 changed files with 4 additions and 4 deletions
|
@ -767,9 +767,9 @@ ipnat_rules="/etc/ipnat.rules" # rules definition file for ipnat</programlist
|
|||
method for segregation of log data. It uses special groupings
|
||||
called <quote>facility</quote> and <quote>level</quote>. IPMON
|
||||
in <option>-Ds</option> mode uses <literal>security</literal>
|
||||
(<literal>local0</literal>in 4.X) as the <quote>facility</quote>
|
||||
(<literal>local0</literal> in 4.X) as the <quote>facility</quote>
|
||||
name. All IPMON logged data goes to <literal>security</literal>
|
||||
(<literal>local0</literal>in 4.X). The following levels can be
|
||||
(<literal>local0</literal> in 4.X). The following levels can be
|
||||
used to further segregate the logged data if desired:</para>
|
||||
|
||||
<screen>LOG_INFO - packets logged using the "log" keyword as the action rather than pass or block.
|
||||
|
@ -792,13 +792,13 @@ LOG_ERR - packets which have been logged and which can be considered short</scre
|
|||
by software applications like IPF.</para>
|
||||
|
||||
<para>Add the following statement to
|
||||
<filename>/etc/syslog.conf</filename> for &os; 5.X and
|
||||
<filename>/etc/syslog.conf</filename> for &os; 5.X and
|
||||
later:</para>
|
||||
|
||||
<programlisting>security.* /var/log/ipfilter.log</programlisting>
|
||||
|
||||
<para>Or add the following statement to
|
||||
<filename>/etc/syslog.conf</filename> for &os; 4.X:</para>
|
||||
<filename>/etc/syslog.conf</filename> for &os; 4.X:</para>
|
||||
|
||||
<programlisting>local0.* /var/log/ipfilter.log</programlisting>
|
||||
|
||||
|
|
Loading…
Reference in a new issue