[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.11.1507052351490.12815@ja.home.ssi.bg>
Date: Sun, 5 Jul 2015 23:58:33 +0300 (EEST)
From: Julian Anastasov <ja@....bg>
To: Alex Gartrell <agartrell@...com>
cc: horms@...ge.net.au, lvs-devel@...r.kernel.org,
netdev@...r.kernel.org, kernel-team@...com
Subject: Re: [PATCH net-next] ipvs: skb_orphan in case of forwarding
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@....bg>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists