]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
vxlan: fdb: allow specifying multiple destinations for zero MAC
authorMike Rapoport <mike.rapoport@ravellosystems.com>
Tue, 25 Jun 2013 13:01:56 +0000 (16:01 +0300)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 25 Jun 2013 16:31:40 +0000 (09:31 -0700)
commit58e4c767046a35f11a55af6ce946054ddf4a8580
tree965f40273e402c2212246cba0e9853b687f058f1
parentf693dff7107063f0ce08502052b78c4d4feb0e87
vxlan: fdb: allow specifying multiple destinations for zero MAC

The zero MAC entry in the fdb is used as default destination. With
multiple default destinations it is possible to use vxlan in
environments that disable multicast on the infrastructure level, e.g.
public clouds.

Signed-off-by: Mike Rapoport <mike.rapoport@ravellosystems.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
drivers/net/vxlan.c