mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-22 04:31:23 +01:00
Include the rawpost table in dump output
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
73ebe84fec
commit
90736b7ef6
@ -992,6 +992,11 @@ do_dump_command() {
|
|||||||
$IPTABLES -t raw -L $g_ipt_options
|
$IPTABLES -t raw -L $g_ipt_options
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if qt $IPTABLES -t rawpost -L -n; then
|
||||||
|
heading "Rawpost Table"
|
||||||
|
$IPTABLES -t rawpost -L $g_ipt_options
|
||||||
|
fi
|
||||||
|
|
||||||
local count=$(cat /proc/sys/net/netfilter/nf_conntrack_count)
|
local count=$(cat /proc/sys/net/netfilter/nf_conntrack_count)
|
||||||
local max=$(cat /proc/sys/net/netfilter/nf_conntrack_max)
|
local max=$(cat /proc/sys/net/netfilter/nf_conntrack_max)
|
||||||
|
|
||||||
|
@ -927,6 +927,11 @@ do_dump_command() {
|
|||||||
$IP6TABLES -t raw -L $g_ipt_options
|
$IP6TABLES -t raw -L $g_ipt_options
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if qt $IP6TABLES -t rawpost -L -n; then
|
||||||
|
heading "Rawpost Table"
|
||||||
|
$IP6TABLES -t rawpost -L $g_ipt_options
|
||||||
|
fi
|
||||||
|
|
||||||
local count=$(cat /proc/sys/net/netfilter/nf_conntrack_count)
|
local count=$(cat /proc/sys/net/netfilter/nf_conntrack_count)
|
||||||
local max=$(cat /proc/sys/net/netfilter/nf_conntrack_max)
|
local max=$(cat /proc/sys/net/netfilter/nf_conntrack_max)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user