Don't mind, go ahead
הודעה מקורית
מאת: Thadeu Lima de Souza Cascardo
נשלח: Monday, October 31, 2016 11:36 PM
אל: Ben Pfaff
נושא: Re: [ovs-dev] [PATCH] ovs-router: Fix selection of source IP address when
a gateway ip is introduced
עותק: "Waizel, Ariel" ,dev@
To: Waizel, Ariel
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 +0000, Waizel, Ariel wrote:
>
>
> When adding a VXLAN tunnel that connects to a VTEP residing in
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 ip
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 decide
age-
From: Thadeu Lima de Souza Cascardo [mailto:casca...@redhat.com]
Sent: Tuesday, October 4, 2016 7:48 PM
To: Waizel, Ariel
Cc: dev@openvswitch.org; Dotan, Alon
Subject: Re: [ovs-dev] [PATCH] ovs-router: Fix selection of source IP address
when a gateway ip is introduced
On Tue, Sep 13, 2
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