Lines Matching full:routers
56 # two hosts (hs-1, hs-2) and four routers (rt-1, rt-2, rt-3, rt-4).
57 # Hosts hs-1 and hs-2 are connected to routers rt-1 and rt-2, respectively,
103 # Every fcf0:0:x:y::/64 network interconnects the SRv6 routers rt-x with rt-y in
122 # SRv6 routers.
214 # IDs of routers and hosts are initialized during the setup of the testing
216 ROUTERS=''
331 # destroy routers
332 for i in ${ROUTERS}; do
417 # Setup the basic networking for the routers
501 # $3 - compact way to represent a list of SRv6 routers with their operations
614 # create routers
615 ROUTERS="1 2 3 4"; readonly ROUTERS
616 for i in ${ROUTERS}; do
626 # set up the links for connecting routers
631 # set up the basic connectivity of routers and routes required for
638 # set up the hosts connected to routers
650 # The path between hs-1 and hs-2 traverses SRv6 aware routers.
690 log_test $? 0 "Routers connectivity: rt-${rtsrc} -> rt-${rtdst}"
735 log_section "IPv6 routers connectivity test"
737 for i in ${ROUTERS}; do
738 for j in ${ROUTERS}; do