Lines Matching full:hosts
9 # services to hosts, enabling them to communicate with each other.
10 # In this example, hosts hs-1 and hs-2 are connected through an L2 VPN service.
11 # Currently, the SRv6 subsystem in Linux allows hosts hs-1 and hs-2 to exchange
18 # received by connected hosts, initiating the VPN tunnel. Such a behavior
94 # Hosts hs-1 and hs-2 are connected using a dedicated L2 VPN.
138 # IDs of routers and hosts are initialized during the setup of the testing
141 HOSTS=''
262 # destroy hosts
263 for i in ${HOSTS}; do
418 # add SRv6 policy to incoming traffic sent by connected hosts
595 # create hosts
596 HOSTS="1 2"; readonly HOSTS
597 for i in ${HOSTS}; do
613 # set up the hosts connected to routers
696 log_test $? 0 "IPv6 Hosts connectivity: hs-${hssrc} -> gw"
699 log_test $? 0 "IPv4 Hosts connectivity: hs-${hssrc} -> gw"
708 log_test $? 0 "IPv6 Hosts connectivity: hs-${hssrc} -> hs-${hsdst}"
717 log_test $? 0 "IPv4 Hosts connectivity: hs-${hssrc} -> hs-${hsdst}"
751 log_section "IPv4/IPv6 connectivity test among hosts and gateways"
753 for hs in ${HOSTS}; do
760 log_section "SRv6 L2 VPN connectivity test hosts (h1 <-> h2)"