2 # SPDX-License-Identifier: GPL-2.0
4 # Test IP-in-IP GRE tunnel with keys.
5 # This test uses flat topology for IP tunneling tests. See ip6gre_lib.sh for
32 sw1_flat_create $ol1 $ul1 ikey 111 okey 222
33 sw2_flat_create $ol2 $ul2 ikey 222 okey 111
38 test_traffic_ip4ip6 "GRE flat IPv4-in-IPv6 with ikey/okey"
39 test_traffic_ip6ip6 "GRE flat IPv6-in-IPv6 with ikey/okey"
51 sw2_flat_destroy $ol2 $ul2
52 sw1_flat_destroy $ol1 $ul1