2 # SPDX-License-Identifier: GPL-2.0
4 # Test IP-in-IP GRE tunnel without key.
5 # This test uses flat topology for IP tunneling tests. See ip6gre_lib.sh for
11 gre_flat_remote_change
33 sw1_flat_create
$ol1 $ul1
34 sw2_flat_create
$ol2 $ul2
39 test_traffic_ip4ip6
"GRE flat IPv4-in-IPv6"
40 test_traffic_ip6ip6
"GRE flat IPv6-in-IPv6"
48 gre_flat_remote_change
()
52 test_traffic_ip4ip6
"GRE flat IPv4-in-IPv6 (new remote)"
53 test_traffic_ip6ip6
"GRE flat IPv6-in-IPv6 (new remote)"
57 test_traffic_ip4ip6
"GRE flat IPv4-in-IPv6 (old remote)"
58 test_traffic_ip6ip6
"GRE flat IPv6-in-IPv6 (old remote)"
65 sw2_flat_destroy
$ol2 $ul2
66 sw1_flat_destroy
$ol1 $ul1