Add headings for the NAT and Mangle tables in the output from 'shorewall status'

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@374 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2002-12-19 23:35:21 +00:00
parent ad6a24aa3f
commit 1c8b19cfe8
2 changed files with 6 additions and 0 deletions

View File

@ -39,3 +39,5 @@ Changes since 1.3.11
17. General Cleanup for Release
18. Release changes and add init, start, stop and stopped files.
19. Add headings to NAT and Mangle tables in "shorewall status" output

View File

@ -702,8 +702,12 @@ case "$1" in
echo
packet_log 20
echo
echo "NAT Table"
echo
iptables -t nat -L -n -v
echo
echo "Mangle Table"
echo
iptables -t mangle -L -n -v
echo
cat /proc/net/ip_conntrack