Re: [ovs-dev] [PATCH] WIP OVN ND for Logical_Port

2016-06-12 Thread Zong Kai LI
On Thu, Jun 9, 2016 at 12:43 AM, Justin Pettit wrote: > > > On Jun 8, 2016, at 1:12 AM, Zong Kai LI wrote: > > > > I know Justin is working on implement router patch port for IPv6 switch, > but I'm not sure whether will Justin also work on implement ND or not. > > Yes, I'm planning to add suppor

Re: [ovs-dev] [PATCH] WIP OVN ND for Logical_Port

2016-06-08 Thread Justin Pettit
> On Jun 8, 2016, at 1:12 AM, Zong Kai LI wrote: > > I know Justin is working on implement router patch port for IPv6 switch, but > I'm not sure whether will Justin also work on implement ND or not. Yes, I'm planning to add support for neighbor discovery and router advertisements as part of I

Re: [ovs-dev] [PATCH] WIP OVN ND for Logical_Port

2016-06-08 Thread Zong Kai LI
On Tue, Jun 7, 2016 at 5:08 AM, Ben Pfaff wrote: > On Fri, May 27, 2016 at 10:32:56AM +0800, Zong Kai LI wrote: > > From: lzklibj > > > > This patch tries to implement ND for Logical_Port in OVN. > > > > Signed-off-by: lzklibj > > Thanks for working on this. > > I'm CCing Justin, who is working

Re: [ovs-dev] [PATCH] WIP OVN ND for Logical_Port

2016-06-06 Thread Ben Pfaff
On Fri, May 27, 2016 at 10:32:56AM +0800, Zong Kai LI wrote: > From: lzklibj > > This patch tries to implement ND for Logical_Port in OVN. > > Signed-off-by: lzklibj Thanks for working on this. I'm CCing Justin, who is working on related features, to bring this patch to his attention. "spars

[ovs-dev] [PATCH] WIP OVN ND for Logical_Port

2016-05-26 Thread Zong Kai LI
From: lzklibj This patch tries to implement ND for Logical_Port in OVN. Signed-off-by: lzklibj --- lib/packets.c| 2 +- lib/packets.h| 3 + ovn/controller/pinctrl.c | 156 +++ ovn/lib/actions.c| 50 +++