From 2749857eb2d30aea191913f9d1a33d16b85ba26f Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 18 Sep 2011 06:57:57 -0700 Subject: [PATCH] Support 'shorewall6 show rawpost' Signed-off-by: Tom Eastep --- Shorewall6/lib.cli | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Shorewall6/lib.cli b/Shorewall6/lib.cli index d21c38b7e..8fc9f5113 100644 --- a/Shorewall6/lib.cli +++ b/Shorewall6/lib.cli @@ -575,6 +575,13 @@ show_command() { show_reset $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) [ $# -gt 2 ] && usage 1