mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-18 15:46:55 +02:00
Add -m option to 'show' and 'logwatch' commands to display MAC addresses
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3799 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
d0afc17db7
commit
b04373f7a2
@ -15,7 +15,7 @@
|
|||||||
</author>
|
</author>
|
||||||
</authorgroup>
|
</authorgroup>
|
||||||
|
|
||||||
<pubdate>2006-04-10</pubdate>
|
<pubdate>2006-04-17</pubdate>
|
||||||
|
|
||||||
<copyright>
|
<copyright>
|
||||||
<year>2004</year>
|
<year>2004</year>
|
||||||
@ -491,7 +491,14 @@
|
|||||||
<term>-q</term>
|
<term>-q</term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Causes some of the output to be suppressed.</para>
|
<para>In Shorewall versions prior to 3.2.0, causes some of the
|
||||||
|
output to be suppressed.</para>
|
||||||
|
|
||||||
|
<para>In 3.2.0 and later, reduces the verbosity level (see
|
||||||
|
VERBOSITY setting in <ulink
|
||||||
|
url="Documentation.htm#Config">shorewall.conf</ulink>). May be
|
||||||
|
repeated (e.g., "-qq") with each instance reducing the verbosity
|
||||||
|
level by one.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -499,8 +506,14 @@
|
|||||||
<term>-v</term>
|
<term>-v</term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Causes Ethernet MAC addresses to be included in log message
|
<para>In Shorewall versions prior to 3.2.0, causes Ethernet MAC
|
||||||
displays.</para>
|
addresses to be included in log message displays.</para>
|
||||||
|
|
||||||
|
<para>In 3.2.0 and later, increases the verbosity level (see
|
||||||
|
VERBOSITY setting in <ulink
|
||||||
|
url="Documentation.htm#Config">shorewall.conf</ulink>). May be
|
||||||
|
repeated (e.g., "-qq") with each instance increasing the verbosity
|
||||||
|
level by one.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -858,13 +871,17 @@
|
|||||||
<term>logwatch</term>
|
<term>logwatch</term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><command>shorewall logwatch [<refresh
|
<para><command>shorewall logwatch [ -m ] [<refresh
|
||||||
interval>]</command></para>
|
interval>]</command></para>
|
||||||
|
|
||||||
<para>Monitors the log file specified by theLOGFILE option in <ulink
|
<para>Monitors the log file specified by theLOGFILE option in <ulink
|
||||||
url="Documentation.htm#Conf">/etc/shorewall/shorewall.conf</ulink>
|
url="Documentation.htm#Conf">/etc/shorewall/shorewall.conf</ulink>
|
||||||
and produces an audible alarm when new Shorewall messages are
|
and produces an audible alarm when new Shorewall messages are
|
||||||
logged.</para>
|
logged.</para>
|
||||||
|
|
||||||
|
<para>The '-m' option is available in Shorewall version 3.2.0 Beta5
|
||||||
|
and later and causes the MAC address of each packet source to be
|
||||||
|
displayed if that information is available.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -1023,8 +1040,11 @@
|
|||||||
verbose report about the nat table. (<command>iptables -t nat -L -n
|
verbose report about the nat table. (<command>iptables -t nat -L -n
|
||||||
-v</command>)</para>
|
-v</command>)</para>
|
||||||
|
|
||||||
<para><command>shorewall show log</command> - display the last 20
|
<para><command>shorewall show [- m ] log</command> - display the
|
||||||
packet log entries.</para>
|
last 20 packet log entries. The '-m' option is available in
|
||||||
|
Shorewall version 3.2.0 Beta5 and later and causes the MAC address
|
||||||
|
of each packet source to be displayed if that information is
|
||||||
|
available.</para>
|
||||||
|
|
||||||
<para><command>shorewall show capabilities</command> - Displays your
|
<para><command>shorewall show capabilities</command> - Displays your
|
||||||
kernel/iptables capabilities</para>
|
kernel/iptables capabilities</para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user