Lines Matching full:tunnel
4 # End-to-end eBPF tunnel test suite
5 # The script tests BPF network tunnel implementation.
24 # Root namespace with metadata-mode tunnel + BPF
27 # tunnel dev <type>11, ex: gre11, IPv4: 10.1.1.200, IPv6: 1::22 (overlay)
29 # Namespace at_ns0 with native tunnel
32 # tunnel dev <type>00, ex: gre00, IPv4: 10.1.1.100, IPv6: 1::11 (overlay)
41 # 2) Tnl device's egress BPF program is triggered and set the tunnel metadata,
43 # 3) Outer tunnel header is prepended and route the packet to veth1's egress
45 # 5) Tunnel protocol handler, ex: vxlan_rcv, decap the packet
596 spi $spi_in_to_out reqid 1 mode tunnel \
601 mode tunnel
605 spi $spi_out_to_in reqid 2 mode tunnel \
610 mode tunnel
621 spi $spi_in_to_out reqid 1 mode tunnel \
625 mode tunnel
628 spi $spi_out_to_in reqid 2 mode tunnel \
632 mode tunnel
657 echo -e ${RED}"FAIL: xfrm tunnel"${NC}
660 echo -e ${GREEN}"PASS: xfrm tunnel"${NC}
732 echo "Testing GRE tunnel..."
736 echo "Testing IP6GRE tunnel..."
740 echo "Testing IP6GRETAP tunnel..."
744 echo "Testing ERSPAN tunnel..."
748 echo "Testing IP6ERSPAN tunnel..."
752 echo "Testing VXLAN tunnel..."
756 echo "Testing IP6VXLAN tunnel..."
760 echo "Testing GENEVE tunnel..."
764 echo "Testing IP6GENEVE tunnel..."
768 echo "Testing IPIP tunnel..."
772 echo "Testing IPIP6 tunnel..."
776 echo "Testing IP6IP6 tunnel..."
780 echo "Testing IPSec tunnel..."