vuurmuur: Set the path to the conntrack binary.
authorroot <root@drsnuggles.stderr.nl>
Thu, 16 Apr 2009 14:17:33 +0000 (16:17 +0200)
committerroot <root@drsnuggles.stderr.nl>
Thu, 16 Apr 2009 14:17:33 +0000 (16:17 +0200)
This allows vuurmuur to do some extra connection-related stuff, such as
killing connections.

etc/vuurmuur/config.conf

index 3051ca740a38f59c6d84ccfbef5de70721e0b7cd..4a4d959964286d445a99c25be32f8dcc2551d1e0 100644 (file)
@@ -22,7 +22,7 @@ IPTABLES="/sbin/iptables"
 IPTABLES_RESTORE="/sbin/iptables-restore"
 
 # Location of the conntrack-command (full path).
-CONNTRACK=""
+CONNTRACK="/usr/sbin/conntrack"
 
 # Location of the tc-command (full path).
 TC=""