From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH v5 iproute2 net-next] erspan: add erspan version II support Date: Mon, 25 Dec 2017 16:44:38 -0600 Message-ID: References: <1513810140-6350-1-git-send-email-u9012063@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: William Tu , netdev@vger.kernel.org Return-path: Received: from mail-io0-f182.google.com ([209.85.223.182]:39392 "EHLO mail-io0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750716AbdLYWok (ORCPT ); Mon, 25 Dec 2017 17:44:40 -0500 Received: by mail-io0-f182.google.com with SMTP id g70so18638792ioj.6 for ; Mon, 25 Dec 2017 14:44:39 -0800 (PST) In-Reply-To: <1513810140-6350-1-git-send-email-u9012063@gmail.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 12/20/17 4:49 PM, William Tu wrote: > The patch adds support for configuring the erspan v2, for both > ipv4 and ipv6 erspan implementation. Three additional fields > are added: 'erspan_ver' for distinguishing v1 or v2, 'erspan_dir' > for specifying direction of the mirrored traffic, and 'erspan_hwid' > for users to set ERSPAN engine ID within a system. > > As for manpage, the ERSPAN descriptions used to be under GRE, IPIP, > SIT Type paragraph. Since IP6GRE/IP6GRETAP also supports ERSPAN, > the patch removes the old one, creates a separate ERSPAN paragrah, > and adds an example. > > Signed-off-by: William Tu > --- > change in v5: > - update the "Usage: " in c file, so > # ip link help erspan > shows the new options Since v4 was already applied to the new iproute2 net-next tree, please send an update against it. Thanks,