"dev" <dev-boun...@openvswitch.org> wrote on 06/01/2016 02:18:13 AM:
> From: Zong Kai LI <zealo...@gmail.com> > To: dev@openvswitch.org > Cc: Zong Kai LI <zealo...@gmail.com> > Date: 06/01/2016 02:19 AM > Subject: [ovs-dev] [PATCH] [PATCH v1 1/2] ovn-controller: Add 'na' > action in ovn-controller > Sent by: "dev" <dev-boun...@openvswitch.org> > > This patch adds a new OVN action 'na' to support ND versus ARP. > > When ovn-controller received a ND packet, it frames a NA packet for > reply, with mac address parsed from userdata as eth.dst. Then it > reloads metadata info from previous packet to framed packet, and > finally send the framed packet back with left actions. > > Eg. na{12:34:56:78:9a:bc; outport = inport; inport = ""; output;}; > > Since patch port for IPv6 router interface is not ready yet, this > patch will only try to deal with ND from VM. This patch will set > RSO flags to 011. > > The next patch will add logical flows for this action. > > Signed-off-by: Zong Kai LI <zealo...@gmail.com> > --- I admit that I haven't crawled through the code, but a quick scan doesn't show me any test additions here, and since I don't see part 2 in the patch queue, I'm left wondering where they are. Can you please re-spin with some tests of the new functionality included in the patch set? Ryan Moats _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev