summaryrefslogtreecommitdiff
path: root/Documentation/faq
diff options
context:
space:
mode:
authorWilliam Tu <u9012063@gmail.com>2019-07-01 12:45:22 -0700
committerBen Pfaff <blp@ovn.org>2019-07-03 12:58:57 -0700
commita3173ee1476840aaa6d90640169bd276568ff4c1 (patch)
tree148580f1131908b1e796c8cf0fa0ca3313bcaffd /Documentation/faq
parentec7a138d88b24db77e2142d149b7b42a45eb1cdc (diff)
downloadopenvswitch-a3173ee1476840aaa6d90640169bd276568ff4c1.tar.gz
tunnel: Add layer 2 IPv6 GRE encapsulation support.
The patch adds ip6gre support. Tunnel type 'ip6gre' with packet_type= legacy_l2 is a layer 2 GRE tunnel over IPv6, carrying inner ethernet packets and encap with GRE header with outer IPv6 header. Encapsulation of layer 3 packet over IPv6 GRE, ip6gre, is not supported yet. I tested it by running: # make check-kernel TESTSUITEFLAGS='-k ip6gre' under kernel 5.2 and for userspace: # make check TESTSUITEFLAGS='-k ip6gre' Tested-by: Greg Rose <gvrose8192@gmail.com> Tested-at: https://travis-ci.org/gvrose8192/ovs-experimental/builds/552977116 Reviewed-by: Greg Rose <gvrose8192@gmail.com> Reviewed-by: Eli Britstein <elibr@mellanox.com> Signed-off-by: William Tu <u9012063@gmail.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'Documentation/faq')
-rw-r--r--Documentation/faq/configuration.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/faq/configuration.rst b/Documentation/faq/configuration.rst
index cb2c6b4ec..ff3b71a5d 100644
--- a/Documentation/faq/configuration.rst
+++ b/Documentation/faq/configuration.rst
@@ -212,6 +212,19 @@ Q: Does Open vSwitch support ERSPAN?
options:erspan_ver=2 options:erspan_dir=1 \
options:erspan_hwid=4
+Q: Does Open vSwitch support IPv6 GRE?
+
+ A: Yes. L2 tunnel interface GRE over IPv6 is supported.
+ L3 GRE tunnel over IPv6 is not supported.
+
+ ::
+
+ $ ovs-vsctl add-br br0
+ $ ovs-vsctl add-port br0 at_gre0 -- \
+ set int at_gre0 type=ip6gre \
+ options:remote_ip=fc00:100::1 \
+ options:packet_type=legacy_l2
+
Q: How do I connect two bridges?
A: First, why do you want to do this? Two connected bridges are not much