> Subject: Re: [PATCH net-next 1/6] net: Make vxlan/geneve default udp ports
>> public
>>
>> On Sat, Apr 9, 2016 at 10:17 AM, Manish Chopra
>> wrote:
>> > Rationale behind this change is that with some OVS configuration
>> > UDP ports doesn't get no
> -Original Message-
> From: Jesse Gross [mailto:je...@kernel.org]
> Sent: Saturday, April 09, 2016 9:36 PM
> To: Manish Chopra
> Cc: David Miller ; netdev ;
> Ariel Elior ; Yuval Mintz
> Subject: Re: [PATCH net-next 1/6] net: Make vxlan/geneve default udp ports
>
On Sat, Apr 9, 2016 at 10:17 AM, Manish Chopra wrote:
> Rationale behind this change is that with some OVS configuration
> UDP ports doesn't get notified to the driver using
> .ndo_[add|del]_vxlan_port. So for the driver to work with
> these specific ports in that environment we need to have them
This patch defines default UDP ports for vxlan and geneve
in their respective header files to be accessed by the driver.
Rationale behind this change is that with some OVS configuration
UDP ports doesn't get notified to the driver using
.ndo_[add|del]_vxlan_port. So for the driver to work with
the