Lines Matching full:hosts
9 # IPv4/IPv6 VPN services to hosts, enabling them to communicate with each
11 # In this example, hosts hs-1 and hs-2 are connected through an IPv4/IPv6 VPN
18 # by connected hosts, initiating the VPN tunnel. Such a behavior is an
104 # Hosts hs-1 and hs-2 are connected using dedicated IPv4/IPv6 VPNs.
145 # Hosts hs-3 and hs-4 are connected using a dedicated IPv6 only VPN.
187 # IDs of routers and hosts are initialized during the setup of the testing
190 HOSTS=''
311 # destroy hosts
312 for i in ${HOSTS}; do
480 # add SRv6 policy to incoming traffic sent by connected hosts
576 # create hosts
577 HOSTS="1 2 3 4"; readonly HOSTS
578 for i in ${HOSTS}; do
594 # set up the hosts connected to routers
608 # create an IPv6 VPN between hosts hs-1 and hs-2.
621 # create an IPv4 VPN between hosts hs-1 and hs-2
634 # create an IPv6 VPN between hosts hs-3 and hs-4
705 log_test $? 0 "IPv6 Hosts connectivity: hs-${hssrc} -> gw"
708 log_test $? 0 "IPv4 Hosts connectivity: hs-${hssrc} -> gw"
717 log_test $? 0 "IPv6 Hosts connectivity: hs-${hssrc} -> hs-${hsdst}"
726 log_test $? 0 "IPv4 Hosts connectivity: hs-${hssrc} -> hs-${hsdst}"
745 log_test $? 1 "IPv6 Hosts isolation: hs-${hssrc} -X-> hs-${hsdst}"
755 log_test $? 1 "IPv4 Hosts isolation: hs-${hssrc} -X-> hs-${hsdst}"
789 log_section "IPv4/IPv6 connectivity test among hosts and gateways"
791 for hs in ${HOSTS}; do
798 log_section "SRv6 VPN connectivity test hosts (h1 <-> h2, IPv4/IPv6)"
803 log_section "SRv6 VPN connectivity test hosts (h3 <-> h4, IPv6 only)"
818 log_section "SRv6 VPN isolation test among hosts"
831 log_section "SRv6 VPN isolation test among hosts (h2 <-> h4, IPv4 only)"