summaryrefslogtreecommitdiffstats
path: root/extensions/.addrtype-test
diff options
context:
space:
mode:
authorgandalf <gandalf>2003-05-07 16:51:40 +0000
committergandalf <gandalf>2003-05-07 16:51:40 +0000
commite3e06688b3bce45ca7449d9c6f1c9d1c11c978a8 (patch)
treeb0dde7c52c45a73382bc963a700f1af76da4ab57 /extensions/.addrtype-test
parentf9f3405cdad70aa21990e123e7875a59dbc59ea6 (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 0000000..cda582b
--- /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