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