Re: [ovs-dev] [PATCH] ovs-router: Fix selection of source IP address when a gateway ip is introduced

2016-10-31 Thread Waizel, Ariel
Don't mind, go ahead הודעה מקורית מאת: Thadeu Lima de Souza Cascardo <casca...@redhat.com> נשלח: Monday, October 31, 2016 11:36 PM אל: Ben Pfaff <b...@ovn.org> נושא: Re: [ovs-dev] [PATCH] ovs-router: Fix selection of source IP address when a gateway ip is int

Re: [ovs-dev] [PATCH] ovs-router: Fix selection of source IP address when a gateway ip is introduced

2016-10-31 Thread Thadeu Lima de Souza Cascardo
> -Original Message- > > From: Thadeu Lima de Souza Cascardo [mailto:casca...@redhat.com] > > Sent: Thursday, October 27, 2016 5:21 PM > > To: Waizel, Ariel <ariel.wai...@hpe.com> > > Cc: dev@openvswitch.org > > Subject: Re: [ovs-dev] [PATCH]

Re: [ovs-dev] [PATCH] ovs-router: Fix selection of source IP address when a gateway ip is introduced

2016-10-31 Thread Ben Pfaff
: Re: [ovs-dev] [PATCH] ovs-router: Fix selection of source IP address > when a gateway ip is introduced > > On Thu, Oct 27, 2016 at 02:08:13PM +, Waizel, Ariel wrote: > > > > > > When adding a VXLAN tunnel that connects to a VTEP residing in a > &

Re: [ovs-dev] [PATCH] ovs-router: Fix selection of source IP address when a gateway ip is introduced

2016-10-27 Thread Waizel, Ariel
, Ariel <ariel.wai...@hpe.com> Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH] ovs-router: Fix selection of source IP address when a gateway ip is introduced On Thu, Oct 27, 2016 at 02:08:13PM +, Waizel, Ariel wrote: > > > When adding a VXLAN tunnel that connects to

[ovs-dev] [PATCH] ovs-router: Fix selection of source IP address when a gateway ip is introduced

2016-10-27 Thread Waizel, Ariel
Fix adding a route with gateway failing When adding a VXLAN tunnel that connects to a VTEP residing in a different IP network, the tunnel source ip needs to be selected by best fit (longest matching netmask), based on the destination VTEP ip, and the specific route's gateway

Re: [ovs-dev] [PATCH] ovs-router: Fix selection of source IP address when a gateway ip is introduced

2016-10-27 Thread Thadeu Lima de Souza Cascardo
On Thu, Oct 27, 2016 at 02:08:13PM +, Waizel, Ariel wrote: > > > When adding a VXLAN tunnel that connects to a VTEP residing in a > > different IP network, the tunnel source ip needs to be selected by > > best fit (longest matching netmask), based on the destination VTEP > > ip, and the

[ovs-dev] [PATCH] ovs-router: Fix selection of source IP address when a gateway ip is introduced

2016-10-27 Thread Waizel, Ariel
When adding a VXLAN tunnel that connects to a VTEP residing in a different IP network, the tunnel source ip needs to be selected by best fit (longest matching netmask), based on the destination VTEP ip, and the specific route's gateway ip. A bug in ovs-router.c made the source ip to be

Re: [ovs-dev] [PATCH] ovs-router: Fix selection of source IP address when a gateway ip is introduced

2016-10-27 Thread Thadeu Lima de Souza Cascardo
m4_include([tests/ovs-route.at]) > > > -----Original Message- > From: Thadeu Lima de Souza Cascardo [mailto:casca...@redhat.com] > Sent: Tuesday, October 4, 2016 7:48 PM > To: Waizel, Ariel <ariel.wai...@hpe.com> > Cc: dev@openvswitch.org; Dotan, Alon <alo

Re: [ovs-dev] [PATCH] ovs-router: Fix selection of source IP address when a gateway ip is introduced

2016-10-27 Thread Waizel, Ariel
--Original Message- From: Thadeu Lima de Souza Cascardo [mailto:casca...@redhat.com] Sent: Tuesday, October 4, 2016 7:48 PM To: Waizel, Ariel <ariel.wai...@hpe.com> Cc: dev@openvswitch.org; Dotan, Alon <alon.do...@hpe.com> Subject: Re: [ovs-dev] [PATCH] ovs-router: Fix selection of source

Re: [ovs-dev] [PATCH] ovs-router: Fix selection of source IP address when a gateway ip is introduced

2016-10-04 Thread Thadeu Lima de Souza Cascardo
On Tue, Sep 13, 2016 at 07:08:52AM +, Waizel, Ariel wrote: > When adding a VXLAN tunnel that connects to a VTEP residing in a different IP > network, the tunnel source ip needs to be selected by best fit (longest > matching netmask), based on the destination VTEP ip, and the specific route's

[ovs-dev] [PATCH] ovs-router: Fix selection of source IP address when a gateway ip is introduced

2016-09-13 Thread Waizel, Ariel
When adding a VXLAN tunnel that connects to a VTEP residing in a different IP network, the tunnel source ip needs to be selected by best fit (longest matching netmask), based on the destination VTEP ip, and the specific route's gateway ip. A bug in ovs-router.c made the source ip to be decided