Re: [PATCH v2 5/5] Put database into country subdirectory

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Monday 2018-04-30 02:06, Philip Prindeville wrote:

> 	/* Use simple integer vector files */
> 	if (nfproto == NFPROTO_IPV6) {
>-		snprintf(buf, sizeof(buf), GEOIP_DB_DIR "/%s.iv6", code);
>+		snprintf(buf, sizeof(buf), GEOIP_DB_DIR "/cc/%s.iv6", code);
> 	} else {
>-		snprintf(buf, sizeof(buf), GEOIP_DB_DIR "/%s.iv4", code);
>+		snprintf(buf, sizeof(buf), GEOIP_DB_DIR "/cc/%s.iv4", code);
> 	}

Why would this 5th patch be necessary? The integer vector
format did not change, did it?
--
To unsubscribe from this list: send the line "unsubscribe netfilter" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux