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