]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
make libipt_helper.so build always, since it's now submitted to 2.4.20
authorHarald Welte <laforge@gnumonks.org>
Fri, 9 Aug 2002 07:47:12 +0000 (07:47 +0000)
committerHarald Welte <laforge@gnumonks.org>
Fri, 9 Aug 2002 07:47:12 +0000 (07:47 +0000)
extensions/.helper-test [deleted file]
extensions/Makefile
include/linux/netfilter_ipv4/ipt_helper.h [new file with mode: 0644]

diff --git a/extensions/.helper-test b/extensions/.helper-test
deleted file mode 100755 (executable)
index a9a9b72..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#! /bin/sh
-[ -f $KERNEL_DIR/include/linux/netfilter_ipv4/ipt_helper.h ] && echo helper
index 36cddb2d3b1b2b99a9eb1215420ad06bd1886fa3..b57865ac3cd3d00158f0dd75afd642836b44884f 100644 (file)
@@ -1,6 +1,6 @@
 #! /usr/bin/make
 
-PF_EXT_SLIB:=ah conntrack dscp ecn esp icmp length limit mac mark multiport owner pkttype standard state tcp tcpmss tos ttl udp unclean DNAT DSCP ECN LOG MARK MASQUERADE MIRROR REDIRECT REJECT SAME SNAT TCPMSS TOS ULOG
+PF_EXT_SLIB:=ah conntrack dscp ecn esp helper icmp length limit mac mark multiport owner pkttype standard state tcp tcpmss tos ttl udp unclean DNAT DSCP ECN LOG MARK MASQUERADE MIRROR REDIRECT REJECT SAME SNAT TCPMSS TOS ULOG
 PF6_EXT_SLIB:=eui64 icmpv6 length limit mac mark multiport owner standard tcp udp LOG MARK
 
 # The following may not be present, but compile them anyway.
diff --git a/include/linux/netfilter_ipv4/ipt_helper.h b/include/linux/netfilter_ipv4/ipt_helper.h
new file mode 100644 (file)
index 0000000..6f12ecb
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef _IPT_HELPER_H
+#define _IPT_HELPER_H
+
+struct ipt_helper_info {
+       int invert;
+       char name[30];
+};
+#endif /* _IPT_HELPER_H */