Lines Matching full:routers
14 # Routers rt-1,rt-2,rt-3 and rt-4 implement L2 VPN services
63 # Every fcf0:0:x:y::/64 network interconnects the SRv6 routers rt-x with rt-y
81 # operator's network and SRv6 routers.
110 # Policy (i.b) steers tunneled L2 traffic through the SRv6 routers
138 # IDs of routers and hosts are initialized during the setup of the testing
140 ROUTERS=''
255 # destroy routers
256 for i in ${ROUTERS}; do
313 # Setup the basic networking for the routers
393 # $3 - SRv6 routers configured for steering traffic (End behaviors)
554 # $2 - SRv6 routers configured for steering tunneled traffic
589 # create routers
590 ROUTERS="1 2 3 4"; readonly ROUTERS
591 for i in ${ROUTERS}; do
601 # set up the links for connecting routers
606 # set up the basic connectivity of routers and routes required for
613 # set up the hosts connected to routers
627 # the network path between hs-1 and hs-2 traverses several routers
664 log_test $? 0 "Routers connectivity: rt-${rtsrc} -> rt-${rtdst}"
734 log_section "IPv6 routers connectivity test"
736 for i in ${ROUTERS}; do
737 for j in ${ROUTERS}; do