Hello, On Sun, 5 Jul 2015, Alex Gartrell wrote: > + /* Remove the early_demux association unless it's bound for the > + * exact same port and address on this host after translation. > + */ > + if (!local || cp->vport != cp->dport || > + !ip_vs_addr_equal(cp->af, &cp->vaddr, &cp->caddr)) Sigh, it was my mistake, it should be cp->daddr instead of cp->caddr. It seems, I copied it from somewhere to give example... Sorry, can you resend with cp->daddr as v2. Regards -- Julian Anastasov <ja@xxxxxx> -- To unsubscribe from this list: send the line "unsubscribe lvs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html