mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-17 10:11:16 +01:00
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
|
iptables -t mangle -L $IPT_OPTIONS
|
||||||
echo
|
echo
|
||||||
cat /proc/net/ip_conntrack
|
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)
|
hits)
|
||||||
[ -n "$debugging" ] && set -x
|
[ -n "$debugging" ] && set -x
|
||||||
|
Loading…
Reference in New Issue
Block a user