summaryrefslogtreecommitdiffstats
path: root/extensions/.addrtype-test
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2003-05-07 16:51:40 +0000
committerMartin Josefsson <gandalf@wlug.westbo.se>2003-05-07 16:51:40 +0000
commit6e0e0ed90a35cf3104874102a647ee8d2a2c1662 (patch)
treeb0dde7c52c45a73382bc963a700f1af76da4ab57 /extensions/.addrtype-test
parent8371e15a49d422755fbd185ab8415b9b12ec9d9a (diff)
Add addrtype match (Patrick McHardy)
Diffstat (limited to 'extensions/.addrtype-test')
-rwxr-xr-xextensions/.addrtype-test5
1 files changed, 5 insertions, 0 deletions
diff --git a/extensions/.addrtype-test b/extensions/.addrtype-test
new file mode 100755
index 00000000..cda582b8
--- /dev/null
+++ b/extensions/.addrtype-test
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+if test -f $KERNEL_DIR/include/linux/netfilter_ipv4/ipt_addrtype.h; then
+ echo "addrtype"
+fi