From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH iproute2] vxlan: Make id optional when modifying a link Date: Tue, 28 Nov 2017 09:49:40 -0800 Message-ID: <20171128094940.0c37e9e2@xeon-e3> References: <1511867810-11655-1-git-send-email-robertshearman@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, Robert Shearman To: robertshearman@gmail.com Return-path: Received: from mail-pg0-f54.google.com ([74.125.83.54]:34317 "EHLO mail-pg0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753770AbdK1Rtn (ORCPT ); Tue, 28 Nov 2017 12:49:43 -0500 Received: by mail-pg0-f54.google.com with SMTP id j4so248775pgp.1 for ; Tue, 28 Nov 2017 09:49:43 -0800 (PST) In-Reply-To: <1511867810-11655-1-git-send-email-robertshearman@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, 28 Nov 2017 11:16:50 +0000 robertshearman@gmail.com wrote: > From: Robert Shearman > > Specifying the IFLA_VXLAN_LINK attribute on a vxlan link modify is > optional in the kernel, so make the id argument optional for "ip link > set ..." to avoid a user needing to specify it when changing another > attribute. > > Signed-off-by: Robert Shearman Applied