From mboxrd@z Thu Jan 1 00:00:00 1970 From: Atzm Watanabe Subject: Re: [PATCH iproute2 v5] vxlan: Allow setting destination to unicast address. Date: Fri, 19 Jul 2013 20:44:29 +0900 Message-ID: <87vc46wz8i.wl%atzm@stratosphere.co.jp> References: <877ggpy15n.wl%atzm@stratosphere.co.jp> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: netdev@vger.kernel.org To: Cong Wang Return-path: Received: from mail-pd0-f176.google.com ([209.85.192.176]:34559 "EHLO mail-pd0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760245Ab3GSLnP (ORCPT ); Fri, 19 Jul 2013 07:43:15 -0400 Received: by mail-pd0-f176.google.com with SMTP id t12so4163951pdi.21 for ; Fri, 19 Jul 2013 04:43:14 -0700 (PDT) In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: At Fri, 19 Jul 2013 08:12:40 +0000 (UTC), Cong Wang wrote: > > On Wed, 17 Jul 2013 at 09:40 GMT, Atzm Watanabe wrote: > > This patch allows setting VXLAN destination to unicast address. > > It allows that VXLAN can be used as peer-to-peer tunnel without > > multicast. > > > ... > > { > > - fprintf(stderr, "Usage: ... vxlan id VNI [ group ADDR ] [ local ADDR ]\n"); > > + fprintf(stderr, "Usage: ... vxlan id VNI [ remote ADDR ] [ local ADDR ]\n"); > > This clearly breaks existing scripts, you should keep 'group' and just add > 'remote'. Yes, will fix this like the patch v3 but without adding/changing IFLA_VXLAN_* attributes. Thanks.