[package] iptables: add support for ipt_recent --reap option
[openwrt/svn-archive/archive.git] / package / iptables / Makefile
1 #
2 # Copyright (C) 2006-2011 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9 include $(INCLUDE_DIR)/kernel.mk
10
11 PKG_NAME:=iptables
12 PKG_VERSION:=1.4.10
13 PKG_RELEASE:=2
14
15 PKG_MD5SUM:=f382fe693f0b59d87bd47bea65eca198
16 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
17 PKG_SOURCE_URL:=http://www.netfilter.org/projects/iptables/files \
18 ftp://ftp.be.netfilter.org/pub/netfilter/iptables/ \
19 ftp://ftp.de.netfilter.org/pub/netfilter/iptables/ \
20 ftp://ftp.no.netfilter.org/pub/netfilter/iptables/
21
22 PKG_FIXUP:=autoreconf
23 PKG_INSTALL:=1
24 PKG_BUILD_PARALLEL:=1
25
26 include $(INCLUDE_DIR)/package.mk
27 ifeq ($(DUMP),)
28 -include $(LINUX_DIR)/.config
29 include $(INCLUDE_DIR)/netfilter.mk
30 STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell $(SH_FUNC) grep 'NETFILTER' $(LINUX_DIR)/.config | md5s)
31 endif
32
33
34 define Package/iptables/Default
35 SECTION:=net
36 CATEGORY:=Network
37 URL:=http://netfilter.org/
38 endef
39
40 define Package/iptables/Module
41 $(call Package/iptables/Default)
42 DEPENDS:=iptables $(1)
43 endef
44
45 define Package/iptables
46 $(call Package/iptables/Default)
47 TITLE:=IPv4 firewall administration tool
48 MENU:=1
49 DEPENDS+= +kmod-ipt-core +libiptc +libxtables
50 endef
51
52 define Package/iptables/description
53 IPv4 firewall administration tool.
54 Includes support for:
55 - comment
56 - limit
57 - LOG
58 - mac
59 - multiport
60 - REJECT
61 - TCPMSS
62 endef
63
64 define Package/iptables-mod-conntrack
65 $(call Package/iptables/Module, +kmod-ipt-conntrack)
66 TITLE:=Basic connection tracking extensions
67 endef
68
69 define Package/iptables-mod-conntrack/description
70 Basic iptables extensions for connection tracking.
71 Includes:
72 - state
73 - raw
74 - NOTRACK
75 endef
76
77 define Package/iptables-mod-conntrack-extra
78 $(call Package/iptables/Module, +kmod-ipt-conntrack-extra)
79 TITLE:=Extra connection tracking extensions
80 endef
81
82 define Package/iptables-mod-conntrack-extra/description
83 Extra iptables extensions for connection tracking.
84 Includes:
85 - libipt_conntrack
86 - libipt_helper
87 - libipt_connmark/CONNMARK
88 endef
89
90 define Package/iptables-mod-filter
91 $(call Package/iptables/Module, +kmod-ipt-filter)
92 TITLE:=Content inspection extensions
93 endef
94
95 define Package/iptables-mod-filter/description
96 iptables extensions for packet content inspection.
97 Includes:
98 - libipt_string
99 - libipt_layer7
100 endef
101
102 define Package/iptables-mod-ipopt
103 $(call Package/iptables/Module, +kmod-ipt-ipopt)
104 TITLE:=IP/Packet option extensions
105 endef
106
107 define Package/iptables-mod-ipopt/description
108 iptables extensions for matching/changing IP packet options.
109 Includes:
110 - libipt_CLASSIFY
111 - libipt_dscp/DSCP
112 - libipt_ecn/ECN
113 - libipt_length
114 - libipt_mac
115 - libipt_mark/MARK
116 - libipt_statistic
117 - libipt_tcpmms
118 - libipt_tos/TOS
119 - libipt_ttl/TTL
120 - libipt_unclean
121 endef
122
123 define Package/iptables-mod-ipsec
124 $(call Package/iptables/Module, +kmod-ipt-ipsec)
125 TITLE:=IPsec extensions
126 endef
127
128 define Package/iptables-mod-ipsec/description
129 iptables extensions for matching ipsec traffic.
130 Includes:
131 - libipt_ah
132 - libipt_esp
133 - libipt_policy
134 endef
135
136 define Package/iptables-mod-ipset
137 $(call Package/iptables/Module,)
138 TITLE:=IPset iptables extensions
139 endef
140
141 define Package/iptables-mod-ipset/description
142 IPset iptables extensions.
143 Includes:
144 - libipt_set
145 - libipt_SET
146 endef
147
148 define Package/iptables-mod-nat
149 $(call Package/iptables/Module, +kmod-ipt-nat)
150 TITLE:=Basic NAT extensions
151 endef
152
153 define Package/iptables-mod-nat/description
154 iptables extensions for basic NAT targets.
155 Includes:
156 - MASQUERADE
157 - SNAT
158 - DNAT
159 endef
160
161 define Package/iptables-mod-nat-extra
162 $(call Package/iptables/Module, +kmod-ipt-nat-extra)
163 TITLE:=Extra NAT extensions
164 endef
165
166 define Package/iptables-mod-nat-extra/description
167 iptables extensions for extra NAT targets.
168 Includes:
169 - REDIRECT
170 endef
171
172 define Package/iptables-mod-ulog
173 $(call Package/iptables/Module, +kmod-ipt-ulog)
174 TITLE:=user-space packet logging
175 endef
176
177 define Package/iptables-mod-ulog/description
178 iptables extensions for user-space packet logging.
179 Includes:
180 - libipt_ULOG
181 endef
182
183 define Package/iptables-mod-hashlimit
184 $(call Package/iptables/Module, +kmod-ipt-hashlimit)
185 TITLE:=hashlimit matching
186 endef
187
188 define Package/iptables-mod-hashlimit/description
189 iptables extensions for hashlimit matching
190 Includes:
191 - libipt_hashlimit
192 endef
193
194 define Package/iptables-mod-iprange
195 $(call Package/iptables/Module, +kmod-ipt-iprange)
196 TITLE:=IP range extension
197 endef
198
199 define Package/iptables-mod-iprange/description
200 iptables extensions for matching ip ranges.
201 Includes:
202 - libipt_iprange
203 endef
204
205 define Package/iptables-mod-extra
206 $(call Package/iptables/Module, +kmod-ipt-extra)
207 TITLE:=Other extra iptables extensions
208 endef
209
210 define Package/iptables-mod-extra/description
211 Other extra iptables extensions.
212 Includes:
213 - libipt_owner
214 - libipt_physdev
215 - libipt_pkttype
216 - libipt_recent
217 endef
218
219 define Package/iptables-mod-tproxy
220 $(call Package/iptables/Module, +kmod-ipt-tproxy)
221 TITLE:=Transparent proxy iptables extensions
222 endef
223
224 define Package/iptables-mod-tproxy/description
225 Transparent proxy iptables extensions.
226 Includes:
227 - libxt_socket
228 - libxt_TPROXY
229 endef
230
231
232 define Package/iptables-utils
233 $(call Package/iptables/Module, )
234 TITLE:=iptables save and restore utilities
235 endef
236
237 define Package/ip6tables
238 $(call Package/iptables/Default)
239 DEPENDS:=+kmod-ip6tables +libiptc +libxtables
240 CATEGORY:=IPv6
241 TITLE:=IPv6 firewall administration tool
242 MENU:=1
243 endef
244
245 define Package/ip6tables-utils
246 $(call Package/iptables/Default)
247 DEPENDS:=ip6tables
248 CATEGORY:=IPv6
249 TITLE:=ip6tables save and restore utilities
250 endef
251
252 define Package/libiptc
253 $(call Package/iptables/Default)
254 SECTION:=libs
255 CATEGORY:=Libraries
256 TITLE:=IPv4/IPv6 firewall - shared libiptc library
257 endef
258
259 define Package/libxtables
260 $(call Package/iptables/Default)
261 SECTION:=libs
262 CATEGORY:=Libraries
263 TITLE:=IPv4/IPv6 firewall - shared xtables library
264 endef
265
266 define Package/libipq
267 $(call Package/iptables/Default)
268 SECTION:=libs
269 CATEGORY:=Libraries
270 TITLE:=IPv4/IPv6 firewall - shared libipq library
271 endef
272
273 TARGET_CPPFLAGS := \
274 -I$(PKG_BUILD_DIR)/include \
275 -I$(LINUX_DIR)/arch/$(LINUX_KARCH)/include \
276 $(TARGET_CPPFLAGS)
277
278 TARGET_CFLAGS += \
279 -I$(PKG_BUILD_DIR)/include \
280 -I$(LINUX_DIR)/arch/$(LINUX_KARCH)/include
281
282 CONFIGURE_ARGS += \
283 --enable-shared \
284 --enable-devel \
285 --enable-ipv6 \
286 --enable-libipq \
287 --with-kernel="$(LINUX_DIR)" \
288 --with-xtlibdir=/usr/lib/iptables
289
290 MAKE_FLAGS := \
291 $(TARGET_CONFIGURE_OPTS) \
292 COPT_FLAGS="$(TARGET_CFLAGS)" \
293 LDFLAGS="-rdynamic" \
294 KERNEL_DIR="$(LINUX_DIR)" PREFIX=/usr \
295 KBUILD_OUTPUT="$(LINUX_DIR)" \
296
297 define Build/InstallDev
298 $(INSTALL_DIR) $(1)/usr/include
299 $(INSTALL_DIR) $(1)/usr/include/iptables
300 $(INSTALL_DIR) $(1)/usr/include/net/netfilter
301
302 # XXX: iptables header fixup, some headers are not installed by iptables anymore
303 $(CP) $(PKG_BUILD_DIR)/include/net/netfilter/*.h $(1)/usr/include/net/netfilter/
304 $(CP) $(PKG_BUILD_DIR)/include/iptables/*.h $(1)/usr/include/iptables/
305 $(CP) $(PKG_BUILD_DIR)/include/iptables.h $(1)/usr/include/
306 $(CP) $(PKG_BUILD_DIR)/include/libipq/libipq.h $(1)/usr/include/
307 $(CP) $(PKG_BUILD_DIR)/include/libipulog $(1)/usr/include/
308 $(CP) $(PKG_BUILD_DIR)/include/libiptc $(1)/usr/include/
309
310 $(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/
311 $(INSTALL_DIR) $(1)/usr/lib
312 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libxtables.so* $(1)/usr/lib/
313 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libip*tc.so* $(1)/usr/lib/
314 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libipq.so* $(1)/usr/lib/
315 $(INSTALL_DIR) $(1)/usr/lib/pkgconfig
316 $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/xtables.pc $(1)/usr/lib/pkgconfig/
317 $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/libiptc.pc $(1)/usr/lib/pkgconfig/
318 endef
319
320 define Package/iptables/install
321 $(INSTALL_DIR) $(1)/usr/sbin
322 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/iptables $(1)/usr/sbin/
323 $(INSTALL_DIR) $(1)/usr/lib/iptables
324 (cd $(PKG_INSTALL_DIR)/usr/lib/iptables ; \
325 for m in $(patsubst xt_%,ipt_%,$(IPT_BUILTIN)) $(patsubst ipt_%,xt_%,$(IPT_BUILTIN)); do \
326 if [ -f $(PKG_INSTALL_DIR)/usr/lib/iptables/lib$$$${m}.so ]; then \
327 $(CP) $(PKG_INSTALL_DIR)/usr/lib/iptables/lib$$$${m}.so $(1)/usr/lib/iptables/ ;\
328 fi; \
329 done \
330 )
331 endef
332
333 define Package/iptables-utils/install
334 $(INSTALL_DIR) $(1)/usr/sbin
335 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/iptables-{save,restore} $(1)/usr/sbin/
336 endef
337
338 define Package/ip6tables/install
339 $(INSTALL_DIR) $(1)/usr/sbin
340 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ip6tables $(1)/usr/sbin/
341 $(INSTALL_DIR) $(1)/usr/lib/iptables
342 (cd $(PKG_INSTALL_DIR)/usr/lib/iptables ; \
343 $(CP) libip6t_*.so $(1)/usr/lib/iptables/ \
344 )
345 endef
346
347 define Package/ip6tables-utils/install
348 $(INSTALL_DIR) $(1)/usr/sbin
349 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ip6tables-{save,restore} $(1)/usr/sbin/
350 endef
351
352 define Package/libiptc/install
353 $(INSTALL_DIR) $(1)/usr/lib
354 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libip*tc.so* $(1)/usr/lib/
355 endef
356
357 define Package/libxtables/install
358 $(INSTALL_DIR) $(1)/usr/lib
359 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libxtables.so* $(1)/usr/lib/
360 endef
361
362 define Package/libipq/install
363 $(INSTALL_DIR) $(1)/usr/lib
364 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libipq.so* $(1)/usr/lib/
365 endef
366
367 define BuildPlugin
368 define Package/$(1)/install
369 $(INSTALL_DIR) $$(1)/usr/lib/iptables
370 for m in $(patsubst xt_%,ipt_%,$(2)) $(patsubst ipt_%,xt_%,$(2)); do \
371 if [ -f $(PKG_INSTALL_DIR)/usr/lib/iptables/lib$$$$$$$${m}.so ]; then \
372 $(CP) $(PKG_INSTALL_DIR)/usr/lib/iptables/lib$$$$$$$${m}.so $$(1)/usr/lib/iptables/ ; \
373 fi; \
374 done
375 $(3)
376 endef
377
378 $$(eval $$(call BuildPackage,$(1)))
379 endef
380
381 L7_INSTALL:=\
382 $(INSTALL_DIR) $$(1)/etc/l7-protocols; \
383 $(CP) files/l7/*.pat $$(1)/etc/l7-protocols/
384
385
386 $(eval $(call BuildPackage,iptables))
387 $(eval $(call BuildPackage,iptables-utils))
388 $(eval $(call BuildPlugin,iptables-mod-conntrack,$(IPT_CONNTRACK-m)))
389 $(eval $(call BuildPlugin,iptables-mod-conntrack-extra,$(IPT_CONNTRACK_EXTRA-m)))
390 $(eval $(call BuildPlugin,iptables-mod-extra,$(IPT_EXTRA-m)))
391 $(eval $(call BuildPlugin,iptables-mod-filter,$(IPT_FILTER-m),$(L7_INSTALL)))
392 $(eval $(call BuildPlugin,iptables-mod-ipopt,$(IPT_IPOPT-m)))
393 $(eval $(call BuildPlugin,iptables-mod-ipsec,$(IPT_IPSEC-m)))
394 $(eval $(call BuildPlugin,iptables-mod-ipset,ipt_set ipt_SET))
395 $(eval $(call BuildPlugin,iptables-mod-nat,$(IPT_NAT-m)))
396 $(eval $(call BuildPlugin,iptables-mod-nat-extra,$(IPT_NAT_EXTRA-m)))
397 $(eval $(call BuildPlugin,iptables-mod-iprange,$(IPT_IPRANGE-m)))
398 $(eval $(call BuildPlugin,iptables-mod-ulog,$(IPT_ULOG-m)))
399 $(eval $(call BuildPlugin,iptables-mod-hashlimit,$(IPT_HASHLIMIT-m)))
400 $(eval $(call BuildPlugin,iptables-mod-tproxy,$(IPT_TPROXY-m)))
401 $(eval $(call BuildPackage,ip6tables))
402 $(eval $(call BuildPackage,ip6tables-utils))
403 $(eval $(call BuildPackage,libiptc))
404 $(eval $(call BuildPackage,libxtables))
405 $(eval $(call BuildPackage,libipq))