mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-07 13:15:12 +02:00
mconfig: deactivate building of xt_TEE and xt_CHECKSUM
This commit is contained in:
@@ -4,6 +4,10 @@ HEAD
|
|||||||
- update to ipset 4.4
|
- update to ipset 4.4
|
||||||
* ipport{,ip,net}hash did not work with mixed "src" and "dst"
|
* ipport{,ip,net}hash did not work with mixed "src" and "dst"
|
||||||
destination parameters
|
destination parameters
|
||||||
|
- deactivate building xt_TEE and xt_CHECKSUM by default, as these have been
|
||||||
|
merged upstream in Linux 2.6.35 and 2.6.36, respectively.
|
||||||
|
Distros still wishing to build this need to enable it in their build
|
||||||
|
script, e.g. perl -i -pe 's{^build_TEE=.*}{build_TEE=m}' mconfig;
|
||||||
|
|
||||||
|
|
||||||
v1.29 (September 29 2010)
|
v1.29 (September 29 2010)
|
||||||
|
4
mconfig
4
mconfig
@@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
build_ACCOUNT=m
|
build_ACCOUNT=m
|
||||||
build_CHAOS=m
|
build_CHAOS=m
|
||||||
build_CHECKSUM=m
|
build_CHECKSUM=
|
||||||
build_DELUDE=m
|
build_DELUDE=m
|
||||||
build_DHCPMAC=m
|
build_DHCPMAC=m
|
||||||
build_ECHO=
|
build_ECHO=
|
||||||
@@ -12,7 +12,7 @@ build_RAWNAT=m
|
|||||||
build_STEAL=m
|
build_STEAL=m
|
||||||
build_SYSRQ=m
|
build_SYSRQ=m
|
||||||
build_TARPIT=m
|
build_TARPIT=m
|
||||||
build_TEE=m
|
build_TEE=
|
||||||
build_condition=m
|
build_condition=m
|
||||||
build_fuzzy=m
|
build_fuzzy=m
|
||||||
build_geoip=m
|
build_geoip=m
|
||||||
|
Reference in New Issue
Block a user