mirror_iproute2/bridge
Thomas Richter 5464049b47 iproute vxlan add support for fdb replace command
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 <tmricht@linux.vnet.ibm.com>
2013-08-04 11:56:54 -07:00
..
.gitignore Add bridge command 2012-08-01 15:23:49 -07:00
br_common.h bridge: Add support for setting bridge port attributes 2013-03-16 10:01:53 -07:00
bridge.c bridge: add oneline option 2013-03-16 10:18:50 -07:00
fdb.c iproute vxlan add support for fdb replace command 2013-08-04 11:56:54 -07:00
link.c iproute2: bridge: fix 'bridge link' setlink/getlink parsing 2013-06-03 19:55:32 -07:00
Makefile bridge: Add vlan configuration support 2013-03-06 11:03:08 -08:00
mdb.c bridge: make bridge mdb output consistent with input 2012-12-20 10:55:55 -08:00
monitor.c ip: make local functions static 2013-02-12 11:38:35 -08:00
vlan.c bridge: Add vlan configuration support 2013-03-06 11:03:08 -08:00