Enhanced status command from 2.0

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1485 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-07-18 01:30:32 +00:00
parent ce3595b146
commit 15eb297ff9

View File

@ -881,6 +881,16 @@ case "$1" in
iptables -t mangle -L $IPT_OPTIONS
echo
cat /proc/net/ip_conntrack
echo
echo "IP Configuration"
echo
ip addr ls
echo
echo "Routing"
echo
ip rule ls
echo
ip route ls
;;
hits)
[ -n "$debugging" ] && set -x