Sargun Dhillon <sargun@xxxxxxxxx> wrote: > I'm curious, I'm looking at the libnetfilter_conntrack code, and I see > the following function definition: > > static void > set_attr_dnat_ipv4(struct nf_conntrack *ct, const void *value, size_t len) > { > ct->dnat.min_ip = ct->snat.max_ip = *((u_int32_t *) value); > } Sure looks like a copy & paste bug... -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html