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
---
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
> 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
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
> 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