Re: [PATCH net-next v4 0/2] vxlan: allow specifying multiple default destinations
From: Mike Rapoport <hidden>
Date: 2013-06-23 16:57:07
On Sun, Jun 23, 2013 at 7:27 PM, Stephen Hemminger [off-list ref] wrote:
On Sun, 23 Jun 2013 17:54:34 +0300 Mike Rapoport [off-list ref] wrote:quoted
Hi, These patches add ability to specify multiple default destinations to vxlan. This ability is usefull in cases when multicast are disabled on infrastructure level, for instance in public clouds. v4 changes: * rebased on Stephen Hemminger vxlan-next tree * updates to netlink interface according to Thomas Graf comments v3 changes: * make netlink interface for remote destinations management more generic and extend vxlan_validate to handle newly added atttributes. (as proposed by Thomas Graf) v2 changes: * rebased on current net-next * flush default destinations list at dellink as per Atzm Watanabe comment * support only IPv4 Mike Rapoport (2): vxlan: introduce vxlan_rdst_append vxlan: allow specifying multiple default destinations drivers/net/vxlan.c | 282 +++++++++++++++++++++++++++++++++++++++++-- include/uapi/linux/if_link.h | 17 +++ 2 files changed, 286 insertions(+), 13 deletions(-)Could you base these off of my vxlan-next tree. We have several contributors all overlapping right now: IPv6, IBM, OVS.
Already did, noted in the changelog -- Sincerely yours, Mike.