From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH iproute2-next] iplink: add ipvtap support Date: Thu, 20 Sep 2018 17:55:17 -0700 Message-ID: <9a925208-92f4-b193-dca1-796035a0b1d6@gmail.com> References: <1537326209-30837-1-git-send-email-liuhangbin@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Stephen Hemminger , Phil Sutter , Sainath Grandhi , Davide Caratti To: Hangbin Liu , netdev@vger.kernel.org Return-path: Received: from mail-pf1-f196.google.com ([209.85.210.196]:38521 "EHLO mail-pf1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725861AbeIUGld (ORCPT ); Fri, 21 Sep 2018 02:41:33 -0400 Received: by mail-pf1-f196.google.com with SMTP id x17-v6so5160683pfh.5 for ; Thu, 20 Sep 2018 17:55:19 -0700 (PDT) In-Reply-To: <1537326209-30837-1-git-send-email-liuhangbin@gmail.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 9/18/18 8:03 PM, Hangbin Liu wrote: > IPVLAN and IPVTAP are using the same functions and parameters. So we can > just add a new link_util with id ipvtap. Others are the same. > > Signed-off-by: Hangbin Liu > --- > ip/iplink.c | 4 ++-- > ip/iplink_ipvlan.c | 28 ++++++++++++++++++---------- > man/man8/ip-link.8.in | 4 ++++ > 3 files changed, 24 insertions(+), 12 deletions(-) > applied to iproute2-next. Thanks