summaryrefslogtreecommitdiffstats
path: root/extensions/Makefile
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2003-01-12 20:30:46 +0000
committerHarald Welte <laforge@gnumonks.org>2003-01-12 20:30:46 +0000
commit2aa84a489a9294730cf856f48bcf4802c04187ae (patch)
tree85c36503c6930d8bf095cfb4314219b9eb4f9ee9 /extensions/Makefile
parent42e283c5ce1fff30c324791a1ca7ce10658a203c (diff)
add support for rpc match
Diffstat (limited to 'extensions/Makefile')
-rw-r--r--extensions/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/extensions/Makefile b/extensions/Makefile
index 63980397..5d0d844e 100644
--- a/extensions/Makefile
+++ b/extensions/Makefile
@@ -1,10 +1,12 @@
#! /usr/bin/make
-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 TARPIT 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.
-PF_EXT_SLIB+=TTL iplimit
+# WARNING:
+# only add extensions here that are either present in the kernel, or whose
+# header files are present in the include/linux directory of this iptables
+# package (HW)
+#
+PF_EXT_SLIB:=ah conntrack dscp ecn esp helper icmp iplimit length limit mac mark multiport owner pkttype rpc standard state tcp tcpmss tos ttl udp unclean DNAT DSCP ECN LOG MARK MASQUERADE MIRROR REDIRECT REJECT SAME SNAT TARPIT TCPMSS TOS TTL ULOG
+PF6_EXT_SLIB:=eui64 hl icmpv6 length limit mac mark multiport owner standard tcp udp HL LOG MARK
# Optionals
PF_EXT_SLIB_OPTS:=$(foreach T,$(wildcard extensions/.*-test),$(shell KERNEL_DIR=$(KERNEL_DIR) $(T)))