Re: [ovs-dev] [PATCH 4/5] ovn-controller: Support multiple encaps simultaneously.

2015-10-16 Thread Justin Pettit
> On Oct 15, 2015, at 1:19 PM, Ben Pfaff wrote: > > On Thu, Oct 15, 2015 at 01:54:59AM -0700, Justin Pettit wrote: >> Signed-off-by: Justin Pettit > > The chassis.c code only verifies the IP address for one of the > encapsulations, maybe it should do it for all of them, something like > this:

Re: [ovs-dev] [PATCH 4/5] ovn-controller: Support multiple encaps simultaneously.

2015-10-15 Thread Ben Pfaff
On Thu, Oct 15, 2015 at 01:54:59AM -0700, Justin Pettit wrote: > Signed-off-by: Justin Pettit The chassis.c code only verifies the IP address for one of the encapsulations, maybe it should do it for all of them, something like this: diff --git a/ovn/controller/chassis.c b/ovn/controller/chassis.

[ovs-dev] [PATCH 4/5] ovn-controller: Support multiple encaps simultaneously.

2015-10-15 Thread Justin Pettit
Signed-off-by: Justin Pettit --- ovn/controller/chassis.c| 88 ++- ovn/controller/encaps.c | 20 ovn/controller/ovn-controller.8.xml | 10 +++- ovn/controller/ovn-controller.c | 14 ++ ovn/controller/ovn-controller.h