LVS
lvs-devel
Google
 
Web LinuxVirtualServer.org

Re: [PATCH net-next] ipvs: skb_orphan in case of forwarding

To: Alex Gartrell <agartrell@xxxxxx>
Subject: Re: [PATCH net-next] ipvs: skb_orphan in case of forwarding
Cc: horms@xxxxxxxxxxxx, lvs-devel@xxxxxxxxxxxxxxx, netdev@xxxxxxxxxxxxxxx, kernel-team@xxxxxx
From: Julian Anastasov <ja@xxxxxx>
Date: Sun, 5 Jul 2015 23:58:33 +0300 (EEST)
        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

<Prev in Thread] Current Thread [Next in Thread>