2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-15 14:17:18 +00:00
Files
openvswitch/datapath
William Tu a3173ee147 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>
2019-07-03 12:58:57 -07:00
..
2019-06-13 10:03:11 -07:00
2019-04-16 21:15:46 -07:00
2019-04-16 21:15:46 -07:00
2019-04-16 21:15:46 -07:00
2019-06-13 10:03:11 -07:00
2019-06-13 10:03:11 -07:00
2018-02-12 22:39:19 -08:00
2018-02-12 22:39:19 -08:00
2018-02-07 10:45:58 -08:00
2018-12-15 08:13:10 -08:00