From patchwork Sat Jun 22 15:41:28 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eli Britstein X-Patchwork-Id: 1120673 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=openvswitch.org (client-ip=140.211.169.12; helo=mail.linuxfoundation.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=mellanox.com Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45WKZ25hfFz9s3C for ; Sun, 23 Jun 2019 01:42:34 +1000 (AEST) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 25C7B16E1; Sat, 22 Jun 2019 15:42:05 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 2582416D7 for ; Sat, 22 Jun 2019 15:42:04 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by smtp1.linuxfoundation.org (Postfix) with ESMTP id 1B8C4831 for ; Sat, 22 Jun 2019 15:42:02 +0000 (UTC) Received: from Internal Mail-Server by MTLPINE2 (envelope-from elibr@mellanox.com) with ESMTPS (AES256-SHA encrypted); 22 Jun 2019 18:41:57 +0300 Received: from dev-r-vrt-214.mtr.labs.mlnx. (dev-r-vrt-214.mtr.labs.mlnx [10.212.214.1]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id x5MFfp9p018802; Sat, 22 Jun 2019 18:41:57 +0300 From: Eli Britstein To: William Tu , Gregory Rose Date: Sat, 22 Jun 2019 15:41:28 +0000 Message-Id: <20190622154128.24109-2-elibr@mellanox.com> X-Mailer: git-send-email 2.17.2 In-Reply-To: <20190622154128.24109-1-elibr@mellanox.com> References: <20190622154128.24109-1-elibr@mellanox.com> X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Cc: dev@openvswitch.org, Eli Britstein Subject: [ovs-dev] [PATCH 1/1] ip6gretap documentation X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org Signed-off-by: Eli Britstein Acked-by: William Tu --- vswitchd/vswitch.xml | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index bf4b6f8dc..b7d81cdaa 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -2561,10 +2561,16 @@
gre
- Generic Routing Encapsulation (GRE) over IPv4/IPv6 tunnel, + Generic Routing Encapsulation (GRE) over IPv4 tunnel, configurable to encapsulate layer 2 or layer 3 traffic.
+
ip6gretap
+
+ Generic Routing Encapsulation (GRE) over IPv6 tunnel, + encapsulate layer 2 traffic. +
+
vxlan

@@ -2623,8 +2629,8 @@

These options apply to interfaces with of - geneve, gre, vxlan, - lisp and stt. + geneve, gre, ip6gretap, + vxlan, lisp and stt.

@@ -2921,10 +2927,10 @@ - +

- gre, geneve, and - vxlan interfaces support these options. + gre, ip6gretap, geneve, + and vxlan interfaces support these options.

@@ -2938,8 +2944,9 @@

When using the upstream Linux kernel module, computation of checksums for geneve and vxlan requires - Linux kernel version 4.0 or higher. gre supports - checksums for all versions of Open vSwitch that support GRE. + Linux kernel version 4.0 or higher. gre and + ip6gretap support checksums for all versions of + Open vSwitch that support GRE. The out of tree kernel module distributed as part of OVS can compute all tunnel checksums on any kernel version that it is compatible with. @@ -2951,10 +2958,11 @@

Setting any of these options enables IPsec support for a given - tunnel. gre, geneve, vxlan, - and stt interfaces support these options. See the - IPsec section in the table - for a description of each mode. + tunnel. gre, ip6gretap, + geneve, vxlan and stt + interfaces support these options. See the IPsec + section in the table for a description + of each mode.