Steven Barth
ddbd2cf781
iptables: add kmod-ipt-nf* to dependency list of iptables-mod-nf*.
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 42034
10 years ago
Steven Barth
9f2a17103f
iptables: NFLOG and NFQUEUE targets' full support
...
NFLOG and NFQUEUE targets' full support for iptables.
Includes all needed kernel modules (Xtables's and Netlink's)
and userspace libraries.
All added kernel modules can be individually disabled,
all other new libraries get their own individual packages.
Reported-by: Fabian Hugelshofer <hugelshofer2006@gmx.ch>
Reported-by: Rainer Poisel <rainer.poisel@fhstp.ac.at>
Reported-by: Derek LaHousse <dlahouss@mtu.edu>
Signed-off-by: Guillaume Déflache <guillaume.deflache@ibwag.com>
SVN-Revision: 42022
10 years ago
Jo-Philipp Wich
1c891e0d45
iptables: pass --disable-ipv6 is CONFIG_IPV6 is unset
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 41458
11 years ago
Felix Fietkau
4b241e9827
netfilter: split off header matching modules not used by the default config (reduces rootfs size and memory usage)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40983
11 years ago
John Crispin
af4769e298
iptables: Makefile: only build ip6tc, if IPv6 is enabled
...
when disabling ipv6, the iptables build breaks without a manul clean or this patch
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 40916
11 years ago
Steven Barth
97ea9e3c2a
iptables/netfilter: add connlimit to conntrack-extra
...
SVN-Revision: 39878
11 years ago
Steven Barth
09fd40c28f
iptables: bump to 1.4.21
...
SVN-Revision: 39877
11 years ago
Steven Barth
0a85c59040
netfilter: Add IPv6-NAT support for kernel and ipt Thanks to Berni, Adam Novak and Sedat Dilek for patches and inspiration
...
SVN-Revision: 37866
11 years ago
Steven Barth
3e647ac9b6
iptables: Update to 1.4.20
...
SVN-Revision: 37865
11 years ago
Steven Barth
0444e32acd
Bump iptables version
...
SVN-Revision: 37329
11 years ago
Jo-Philipp Wich
e94cf1c72b
iptables: install libext*.a into staging dir
...
SVN-Revision: 36867
12 years ago
Steven Barth
56a3396bf2
iptables: bump to 1.4.19.1
...
SVN-Revision: 36760
12 years ago
Jo-Philipp Wich
8df6cd005c
netfilter: move time, mark, set matches and MARK, REDIRECT, SET targets into base iptables package - drop iptables-mod-ipset
...
SVN-Revision: 36683
12 years ago
Jo-Philipp Wich
a9a9644efd
iptables: use -ffunction-sections, -fdata-sections and --gc-sections
...
SVN-Revision: 36680
12 years ago
Felix Fietkau
d481486aad
package: fold the IPv6 menu into Network
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36634
12 years ago
Jo-Philipp Wich
a0b655b8f2
Fix install of iptables pkg-config files.
...
libiptc.pc depends on libip[4|6]tc.pc, thus all of those need to be
installed.
Should fix collectd build and thus #13146 ; which should make collectd
appear in snapshots again.
Signed-off-by: Danny Baumann <dannybaumann@web.de>
SVN-Revision: 36509
12 years ago
Steven Barth
5a9c2c77b4
iptables: don't use --enable-ipv6 if IPv6 is disabled
...
SVN-Revision: 36125
12 years ago
Steven Barth
62ea398cd8
iptables: Add missing IPv6 builtin modules
...
SVN-Revision: 35898
12 years ago
Steven Barth
9779b0b88c
iptables: redo update to 1.4.18 with old linking-behaviour
...
SVN-Revision: 35896
12 years ago
Steven Barth
bacd71648b
Revert "iptables: update to 1.4.18" due to toolchain-issue: binaries cause segfaults when stripped on ar71xx
...
SVN-Revision: 35894
12 years ago
Steven Barth
d023a08753
iptables: update to 1.4.18
...
SVN-Revision: 35892
12 years ago
Jo-Philipp Wich
eeaf2c0b5a
iptables: fix bad PKG_RELEASE in previous commit
...
SVN-Revision: 35569
12 years ago
Jo-Philipp Wich
916902b1d2
iptables: add --lenient switch to iptables-restore and ip6tables-restore that allows to skip erroneous lines
...
SVN-Revision: 35568
12 years ago
Jo-Philipp Wich
03a50b9087
netfilter.mk: add addrtype match to iptables-mod-extra (kmod-ipt-extra)
...
SVN-Revision: 35155
12 years ago
Felix Fietkau
16c72b09cc
iptables: remove support for libipq, it has been obsolete for years and is unsupported in newer kernels
...
SVN-Revision: 34069
12 years ago
Felix Fietkau
405e21d167
packages: sort network related packages into package/network/
...
SVN-Revision: 33688
12 years ago
Gabor Juhos
3349cf2691
Fix iptables abuse of kernel header files. Use exported headers instead.
...
[juhosg: export xt_layer7.h for all kernel versions]
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
SVN-Revision: 31566
13 years ago
Felix Fietkau
d85a504d3c
iptables: make it possible to dynamically configure built-in statically linked extensions, fold -mod-conntrack and -mod-nat into the default package. saves about 8k on an ar71xx default squashfs
...
SVN-Revision: 30676
13 years ago
Felix Fietkau
cd6a2fc6a0
iptables: do not link binaries with -rdynamic, plugins do not need any symbols from the main executable. saves some space
...
SVN-Revision: 30675
13 years ago
Vasilis Tsiligiannis
75a929c65e
iptables: Fix mod-ipopt package description ( #10931 )
...
SVN-Revision: 30373
13 years ago
Florian Fainelli
620843b2ee
iptables: don't apply patches if building an external kernel
...
SVN-Revision: 30339
13 years ago
Jo-Philipp Wich
f7a7e289a5
iptables: pass --disable-ipv6 if CONFIG_IPV6 is off, fixes undefined refs to in6addr_any when compiling with external CodeSourcery toolchain
...
SVN-Revision: 29778
13 years ago
Jo-Philipp Wich
09bc84f55b
iptables: drop iptables-utils and ip6tables-utils, ship needed symlinks in iptables and ip6tables packages ( #9691 )
...
SVN-Revision: 27961
13 years ago
Jo-Philipp Wich
597be91074
iptables: rewrite module help texts ( #7446 )
...
SVN-Revision: 27648
14 years ago
Jo-Philipp Wich
1ff200ead5
iptables: fix redundant binaries in iptables-utils & ip6tables-utils ( #9691 )
...
SVN-Revision: 27646
14 years ago
Florian Fainelli
bbece7e4e8
iptables: add iptables-mod-led ( #9400 )
...
SVN-Revision: 27460
14 years ago
Jo-Philipp Wich
be906f6be5
package u32 match and TEE target, patches by Maxim Uvarov
...
SVN-Revision: 26977
14 years ago
Felix Fietkau
3b6e38ba6a
iptables: libiptc.so is only a compatibility stub, split the package into libip4tc and libip6tc and adjust dependencies
...
SVN-Revision: 26292
14 years ago
Daniel Dickinson
393209333c
artables ebtables iptables: Moved *tables to Firewall submenu of the Network package group because that's where all the feeds packages for firewalls now are.
...
SVN-Revision: 26056
14 years ago
Jo-Philipp Wich
cefba2ca2f
iptables: add support for ipt_recent --reap option
...
SVN-Revision: 26008
14 years ago
Felix Fietkau
925965627f
iptables: do not use -static-libgcc
...
SVN-Revision: 25808
14 years ago
Imre Kaloz
1352979f8c
as [25641] removed kernel IMQ support, remove it from iptables as well
...
SVN-Revision: 25646
14 years ago
Jo-Philipp Wich
1b37ee06f1
iptables: don't call autogen.sh, use autoreconf fixup instead of libtool
...
SVN-Revision: 24740
14 years ago
Alexandros C. Couloumbis
45ab1a3162
package/iptables: update to iptables-1.4.10 & layer7_2.22. (partially closes #8369 )
...
SVN-Revision: 24345
14 years ago
Mirko Vogt
2d2fbc6f84
the switch to libtool2 seems to cause the iptables build environment not building static libraries anymore, for whatever reason.. since we don't need them anyway, just do no try to copy them over anymore
...
SVN-Revision: 24244
14 years ago
Michael Büsch
a932a9beca
iptables: Fix call to md5s
...
SVN-Revision: 23675
14 years ago
Jo-Philipp Wich
356ec178f0
iptables: don't use /bin/bash in autogen.sh, breaks FreeBSD. Also move autogen.sh invocation to Build/Configure
...
SVN-Revision: 23369
14 years ago
Michael Büsch
7b30b70e11
From: Joseph Roback <openwrt-devel@roback.cc>
...
26 Makefile patches for enabling parallel builds. Tested on Linux (8-core) and Darwin (12-core), individually and from clean build_root. The first set is from trunk, the second is from feeds/packages.
Signed-off-by: Joe Roback <joe@roback.cc>
SVN-Revision: 22965
14 years ago
Jo-Philipp Wich
84034cf06a
iptables: partly revert r22582, fixes ip6tables extension packaging
...
SVN-Revision: 22686
14 years ago
Nicolas Thill
5bee603027
package/iptables: update to 1.4.9.1 and cleanup: * call autogen.sh in Build/Prepare instead of Build/Compile * use PKG_INSTALL * re-enable static libs * add dep on libiptc & libxtables to ip6tables
...
SVN-Revision: 22582
14 years ago