forked from extern/shorewall_code
Support 'shorewall6 show rawpost'
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
95a83f7fdf
commit
2749857eb2
@ -575,6 +575,13 @@ show_command() {
|
|||||||
show_reset
|
show_reset
|
||||||
$IP6TABLES -t raw -L $g_ipt_options
|
$IP6TABLES -t raw -L $g_ipt_options
|
||||||
;;
|
;;
|
||||||
|
rawpost)
|
||||||
|
[ $# -gt 1 ] && usage 1
|
||||||
|
echo "$g_product $SHOREWALL_VERSION rawpost Table at $g_hostname - $(date)"
|
||||||
|
echo
|
||||||
|
show_reset
|
||||||
|
$IP6TABLES -t rawpost -L $g_ipt_options
|
||||||
|
;;
|
||||||
log)
|
log)
|
||||||
[ $# -gt 2 ] && usage 1
|
[ $# -gt 2 ] && usage 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user