summaryrefslogtreecommitdiffstats
path: root/extensions/.connbytes-test
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2006-04-12 10:58:41 +0000
committerHarald Welte <laforge@gnumonks.org>2006-04-12 10:58:41 +0000
commit708e0580573acd24065ad052c096c5020c16dee2 (patch)
treef08b97255887f9669fff733a95f5eb80c29ab038 /extensions/.connbytes-test
parenta52b8fe72b86f954f62eed5d1f6e27c83544a4b6 (diff)
[IPTABLES,IP6TABLES]: fix the path to detect esp/connbytes support in kernel
The recent kernels don't have ipt_connbytes.c and ip6t_esp.c.
Diffstat (limited to 'extensions/.connbytes-test')
-rwxr-xr-xextensions/.connbytes-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/.connbytes-test b/extensions/.connbytes-test
index 350140f7..61355d09 100755
--- a/extensions/.connbytes-test
+++ b/extensions/.connbytes-test
@@ -1,2 +1,2 @@
#! /bin/sh
-[ -f $KERNEL_DIR/net/ipv4/netfilter/ipt_connbytes.c ] && echo connbytes
+[ -f $KERNEL_DIR/include/linux/netfilter_ipv4/ipt_connbytes.h ] && echo connbytes