forked from extern/shorewall_code
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:
parent
ce3595b146
commit
15eb297ff9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user