Add ARP information to status display

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1979 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-03-04 16:28:58 +00:00
parent 1984e51b64
commit c9c3a79b52
3 changed files with 11 additions and 2 deletions

View File

@ -10,6 +10,8 @@ Changes in 2.2.2
4) Apply Juergen Kreileder's log/action patch. 4) Apply Juergen Kreileder's log/action patch.
5) Add the output of 'arp -na' to the 'shorewall status' display.
Changes in 2.2.1 Changes in 2.2.1
1) Add examples to the zones and policy files. 1) Add examples to the zones and policy files.

View File

@ -9,8 +9,6 @@ Problems corrected in version 2.2.2
2) If A is a user-defined action and you have file /etc/shorewall/A 2) If A is a user-defined action and you have file /etc/shorewall/A
then when that file is invoked, the $TAG value may be incorrect. then when that file is invoked, the $TAG value may be incorrect.
This is corrected in the 'firewall' script found in the errata and
the errata/LRP sub-directories.
----------------------------------------------------------------------- -----------------------------------------------------------------------
New Features in version 2.2.2 New Features in version 2.2.2
@ -21,6 +19,10 @@ New Features in version 2.2.2
2) Shorewall now clears the output device only if it is a 2) Shorewall now clears the output device only if it is a
terminal. This avoids ugly control sequences being placed in files terminal. This avoids ugly control sequences being placed in files
when /sbin/shorewall output is redirected. when /sbin/shorewall output is redirected.
3) The output from 'arp -na' has been added to the 'shorewall status'
display.
----------------------------------------------------------------------- -----------------------------------------------------------------------
Problems corrected in version 2.2.1 Problems corrected in version 2.2.1

View File

@ -1026,6 +1026,11 @@ case "$1" in
ip route ls table $table ip route ls table $table
done done
echo
echo "ARP"
echo
arp -na
if qt which lsmod; then if qt which lsmod; then
echo echo
echo "Modules" echo "Modules"