On 3/17/2014 1:56 PM, Kilburn Abrahams wrote:
> Hi Tony
> 
> Here is a small extract. Yes it does
> 
> SBox linux # shorewall show capabilities
> Shorewall has detected the following iptables/netfilter capabilities:
>    ACCOUNT Target (ACCOUNT_TARGET): Not available
>    Address Type Match (ADDRTYPE): Available
>    Amanda Helper: Available
>    Arptables JF: Not available
>    AUDIT Target (AUDIT_TARGET): Available
>    Basic Filter (BASIC_FILTER): Available
>    Capabilities Version (CAPVERSION): 40515
>    Checksum Target: Available
>    CLASSIFY Target (CLASSIFY_TARGET): Available
>    Comments (COMMENTS): Available
>    Condition Match (CONDITION_MATCH): Not available
>    Connection Tracking Match (CONNTRACK_MATCH): Available
>    Connlimit Match (CONNLIMIT_MATCH): Available
>    Connmark Match (CONNMARK_MATCH): Available
>    CONNMARK Target (CONNMARK): Available
>    CT Target (CT_TARGET): Available
>    DSCP Match (DSCP_MATCH): Available
>    DSCP Target (DSCP_TARGET): Available

Please apply the attached patch and try 'shorewall debug restart' again.

        patch /usr/share/shorewall/lib.core < TABLE.patch

Thanks,
-Tom
-- 
Tom Eastep        \ When I die, I want to go like my Grandfather who
Shoreline,         \ died peacefully in his sleep. Not screaming like
Washington, USA     \ all of the passengers in his car
http://shorewall.net \________________________________________________
diff --git a/Shorewall/Perl/lib.core b/Shorewall/Perl/lib.core
index 8901b4e..088475f 100644
--- a/Shorewall/Perl/lib.core
+++ b/Shorewall/Perl/lib.core
@@ -545,7 +545,7 @@ debug_restore_input() {
 		eval $g_tool -t $table $first $second $rest
 
 		if [ $? -ne 0 ]; then
-		    error_message "ERROR: Command \"$g_tool $first $second $rest\" Failed"
+		    error_message "ERROR: Command \"$g_tool -t $table $first $second $rest\" Failed"
 		    stop_firewall
 		    exit 2
 		fi

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Shorewall-users mailing list
Shorewall-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to