Subject: [PATCH] vxlan: only reduce known arp boardcast request to support, virtual IP

2017-09-11 Thread oc
The purpose of vxlan arp reduce feature is to reply the boardcast arp request in vtep instead of sending it out to save traffic. The current implemention drops arp packet, if the ip cannot be found in neigh table. In the case of virtual IP address, user defines IP address without management from

Re: [PATCH] vxlan: Accept user specified MTU value when create new vxlan link

2016-05-28 Thread oc
On 2016/05/28 00:09, Cong Wang wrote: On Thu, May 26, 2016 at 7:49 PM, Chen Haiquan wrote: When create a new vxlan link, example: ip link add vtap mtu 1440 type vxlan vni 1 dev eth0 The argument "mtu" has no effect, because it is not set to conf->mtu. The default value is