[ovs-dev] [PATCH] ovn: Fix the invalid eth.dst and ip6.dst set by nd_ns action for certain cases.

Ben Pfaff blp at ovn.org
Tue Dec 18 23:51:53 UTC 2018


On Tue, Dec 18, 2018 at 12:27:29PM +0530, Numan Siddique wrote:
> On Tue, Dec 18, 2018 at 6:13 AM Ben Pfaff <blp at ovn.org> wrote:
> 
> > On Mon, Dec 17, 2018 at 09:49:44PM +0530, nusiddiq at redhat.com wrote:
> > > From: Numan Siddique <nusiddiq at redhat.com>
> > >
> > > When an IPv6 packet enters a router pipeline and it needs to be routed
> > via
> > > the nexthop IP address set in the static route, OVN generates an IPv6
> > > Neigh Solicitation request if the nexthop IP is not resolved yet. But
> > > right now, the generated IPv6 Neigh Solicitation packet doesn't set
> > > the eth.dst to the mutlicast address derived from the nexthop and
> > > ip6.dst to the solicited-node multicast address corresponding to the
> > > nexthop address. Instead it generates these values from the actual
> > > ip6.dst of the original packet.
> > >
> > > This patch fixes this issue.
> > >
> > > Signed-off-by: Numan Siddique <nusiddiq at redhat.com>
> >
> > I applied this to master.  Thank you!
> >
> 
> Thanks for the review and applying it. Is it possible to back port to
> branch 2.10.
> I tested it locally and it applies cleanly.

Done!


More information about the dev mailing list