Re: [PATCH] iproute vxlan add support for fdb replace command
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2013-08-04 18:57:54
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2013-08-04 18:57:54
On Tue, 30 Jul 2013 08:16:41 +0200 Thomas Richter [off-list ref] wrote:
Add support for the bridge fdb replace command to replace an existing entry in the vxlan device driver forwarding data base. The entry is identified with its unicast mac address and its corresponding remote destination information is updated. This is useful for virtual machine migration and replaces the bridge fdb del and bridge fdb add commands. It follows the same interface as ip neigh replace commands. Signed-off-by: Thomas Richter <redacted>
Applied to master for next release.