From: Simon Horman <horms@verge.net.au>
To: Alex Gartrell <agartrell@fb.com>
Cc: Julian Anastasov <ja@ssi.bg>,
Dan Carpenter <dan.carpenter@oracle.com>,
lvs-devel@vger.kernel.org
Subject: Re: ipvs: Pull out crosses_local_route_boundary logic
Date: Mon, 6 Oct 2014 16:32:32 +0900 [thread overview]
Message-ID: <20141006073232.GA10073@verge.net.au> (raw)
In-Reply-To: <5431D876.5020002@fb.com>
On Sun, Oct 05, 2014 at 04:47:02PM -0700, Alex Gartrell wrote:
> Hey everyone,
>
> On 10/1/14 12:37 PM, Julian Anastasov wrote:
> >> 312 *ret_saddr = saddr;
> >> 313 }
> >> 314
> >> 315 local = (rt->rt_flags & RTCF_LOCAL) ? 1 : 0;
> >> 316 if (unlikely(crosses_local_route_boundary(skb_af, skb, rt_mode,
> >> 317 local))) {
> >> 318 IP_VS_DBG_RL("We are crossing local and non-local addresses"
> >> 319 " daddr=%pI4\n", &dest->addr.ip);
> >> ^^^^^^^^^^^^^
> >
> > Good catch. In fact, I requested Alex to print
> >daddr in this case but then we both missed this dest here...
> >Alex, both v4 (&daddr) and v6 (daddr) should be fixed.
>
> It doesn't appear to me that there's been a patch for this yet. I'll write
> one and send it out right away. Please LMK if there's anyone else I should
> send it to.
I am following this thread so its not a big deal but in general please CC
me as well as Julian and lvs-devel on any patches you want considered for
inclusion in IPVS kernel code.
Thanks
next prev parent reply other threads:[~2014-10-06 7:32 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-01 17:45 ipvs: Pull out crosses_local_route_boundary logic Dan Carpenter
2014-10-01 19:37 ` Julian Anastasov
2014-10-05 23:47 ` Alex Gartrell
2014-10-06 7:32 ` Simon Horman [this message]
2014-10-06 15:45 ` Alex Gartrell
2014-10-06 15:46 ` [PATCH net-next] ipvs: Avoid null-pointer deref in debug code Alex Gartrell
2014-10-06 15:46 ` Alex Gartrell
2014-10-06 19:01 ` Julian Anastasov
2014-10-17 6:27 ` Simon Horman
2014-10-06 0:54 ` Alex Gartrell
2014-10-06 0:54 ` Alex Gartrell
2014-10-06 6:49 ` Julian Anastasov
2014-10-06 15:56 ` Alex Gartrell
2014-10-06 15:56 ` Alex Gartrell
2014-10-06 19:13 ` Julian Anastasov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141006073232.GA10073@verge.net.au \
--to=horms@verge.net.au \
--cc=agartrell@fb.com \
--cc=dan.carpenter@oracle.com \
--cc=ja@ssi.bg \
--cc=lvs-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.