[ovs-dev] [PATCH] tnl-port: Fix list iteration.

2015-09-12 Thread Pravin B Shelar
Fixes Segmentation fault in tnl_port_map_run () at lib/tnl-ports.c:403 Reported-by: Jesse Gross Signed-off-by: Pravin B Shelar --- lib/tnl-ports.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/tnl-ports.c b/lib/tnl-ports.c index f510f1e..59d5354 100644 ---

Re: [ovs-dev] [PATCH v2] tnl-ports: Add destination IP and MAC address to the match.

2015-09-12 Thread Pravin Shelar
On Fri, Sep 11, 2015 at 7:05 PM, Jesse Gross wrote: > On Thu, Sep 3, 2015 at 12:42 AM, Pravin B Shelar wrote: >> Currently tnl-port table wildcard destination ip and mac addresses >> for given tunnel packet. That could result accepting tunnel >> packets destined for other hosts. Following patch

Re: [ovs-dev] [PATCH V9 1/3] ovn-controller-vtep: Add vtep module.

2015-09-12 Thread Justin Pettit
> On Aug 27, 2015, at 11:21 PM, Alex Wang wrote: > > > --- a/ovn/controller-vtep/binding.c > +++ b/ovn/controller-vtep/binding.c > @@ -226,7 +226,8 @@ binding_run(struct controller_vtep_ctx *ctx) > } > > /* Removes all port binding association with vtep gateway chassis. > - * Returns true when

Re: [ovs-dev] [PATCH] tunnel: Validate IP header for userspace tunneling.

2015-09-12 Thread Pravin Shelar
On Fri, Sep 11, 2015 at 6:59 PM, Jesse Gross wrote: > Currently, when doing userspace tunneling we don't perform much in > the way of integrity checks on the incoming IP header. The case of > tunneling is different from the usual case of switching since we are > acting as the endpoint here and sho

Re: [ovs-dev] [PATCH] vtep: add ACLs to VTEP schema

2015-09-12 Thread Bruce Davie
> On Sep 10, 2015, at 3:07 PM, Justin Pettit wrote: > > >> On Aug 25, 2015, at 1:03 PM, Bruce Davie wrote: >> >> diff --git a/vtep/vtep.xml b/vtep/vtep.xml >> index ff8d0fe..a554dcf 100644 >> --- a/vtep/vtep.xml >> +++ b/vtep/vtep.xml >> @@ -367,7 +367,7 @@ >> >> >> The