projects
/
matthijs
/
servers
/
drsnuggles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5fd731
)
vuurmuur: Set the path to the conntrack binary.
author
root
<root@drsnuggles.stderr.nl>
Thu, 16 Apr 2009 14:17:33 +0000
(16:17 +0200)
committer
root
<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
patch
|
blob
|
history
diff --git
a/etc/vuurmuur/config.conf
b/etc/vuurmuur/config.conf
index 3051ca740a38f59c6d84ccfbef5de70721e0b7cd..4a4d959964286d445a99c25be32f8dcc2551d1e0 100644
(file)
--- a/
etc/vuurmuur/config.conf
+++ b/
etc/vuurmuur/config.conf
@@
-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=""