forked from extern/shorewall_code
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:
parent
ad6a24aa3f
commit
1c8b19cfe8
@ -39,3 +39,5 @@ Changes since 1.3.11
|
|||||||
17. General Cleanup for Release
|
17. General Cleanup for Release
|
||||||
|
|
||||||
18. Release changes and add init, start, stop and stopped files.
|
18. Release changes and add init, start, stop and stopped files.
|
||||||
|
|
||||||
|
19. Add headings to NAT and Mangle tables in "shorewall status" output
|
||||||
|
@ -702,8 +702,12 @@ case "$1" in
|
|||||||
echo
|
echo
|
||||||
packet_log 20
|
packet_log 20
|
||||||
echo
|
echo
|
||||||
|
echo "NAT Table"
|
||||||
|
echo
|
||||||
iptables -t nat -L -n -v
|
iptables -t nat -L -n -v
|
||||||
echo
|
echo
|
||||||
|
echo "Mangle Table"
|
||||||
|
echo
|
||||||
iptables -t mangle -L -n -v
|
iptables -t mangle -L -n -v
|
||||||
echo
|
echo
|
||||||
cat /proc/net/ip_conntrack
|
cat /proc/net/ip_conntrack
|
||||||
|
Loading…
Reference in New Issue
Block a user