/[smecontribs]/rpms/xtables-addons/contribs9/xtables-addons-1.47.1-10749-maxcountries.patch
ViewVC logotype

Contents of /rpms/xtables-addons/contribs9/xtables-addons-1.47.1-10749-maxcountries.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Thu Mar 7 03:28:14 2019 UTC (5 years, 2 months ago) by jpp
Branch: MAIN
CVS Tags: xtables-addons-1_47_1-13_el6_sme, xtables-addons-1_47_1-15_el6_sme, xtables-addons-1_47_1-14_el6_sme, xtables-addons-1_47_1-12_el6_sme, xtables-addons-1_47_1-11_el6_sme, HEAD
* Wed Mar 06 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.47.1-11.sme
- set XT_GEOIP_MAX from 15 to 50 [SME: 10749]

1 diff -Nur xtables-addons-1.47.1.old/extensions/xt_geoip.h xtables-addons-1.47.1/extensions/xt_geoip.h
2 --- xtables-addons-1.47.1.old/extensions/xt_geoip.h 2012-10-15 15:29:22.000000000 -0400
3 +++ xtables-addons-1.47.1/extensions/xt_geoip.h 2019-03-06 22:24:48.747000000 -0500
4 @@ -18,7 +18,7 @@
5 XT_GEOIP_DST = 1 << 1, /* Perform check on Destination IP */
6 XT_GEOIP_INV = 1 << 2, /* Negate the condition */
7
8 - XT_GEOIP_MAX = 15, /* Maximum of countries */
9 + XT_GEOIP_MAX = 50, /* Maximum of countries */
10 };
11
12 /* Yup, an address range will be passed in with host-order */

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed