Lines Matching full:backup

4 # This test is for checking bridge backup port and backup nexthop ID
7 # redirected to the VXLAN port (vx0). When a backup nexthop ID is configured,
251 echo "Backup port"
285 # Configure vx0 as the backup port of swp1 and check that packets are
290 log_test $? 0 "vx0 configured as backup port of swp1"
318 # Remove vx0 as the backup port of swp1 and check that packets are no
322 log_test $? 1 "vx0 not configured as backup port of swp1"
347 echo "Backup nexthop ID"
365 # The first filter matches on packets forwarded using the backup
372 # Configure vx0 as the backup port of swp1 and check that packets are
378 log_test $? 0 "vx0 configured as backup port of swp1"
396 log_test $? 0 "No forwarding using backup nexthop ID"
404 # Configure nexthop ID 10 as the backup nexthop ID of swp1 and check
406 # the backup nexthop ID.
409 log_test $? 0 "nexthop ID 10 configured as backup nexthop ID of swp1"
427 log_test $? 0 "Forwarding using backup nexthop ID"
441 log_test $? 0 "No forwarding using backup nexthop ID"
445 # Reset the backup nexthop ID to 0 and check that packets are no longer
446 # forwarded using the backup nexthop ID when swp1 does not have a
450 log_test $? 1 "No backup nexthop ID configured for swp1"
458 log_test $? 0 "No forwarding using backup nexthop ID"
472 log_test $? 0 "No forwarding using backup nexthop ID"
484 echo "Backup nexthop ID - invalid IDs"
513 log_test $? 0 "vx0 configured as backup port of swp1"
517 log_test $? 0 "Valid nexthop as backup nexthop"
529 log_test $? 0 "Forwarding using backup nexthop ID"
536 log_test $? 0 "Non-existent nexthop as backup nexthop"
544 log_test $? 0 "No forwarding using backup nexthop ID"
552 log_test $? 0 "Blackhole nexthop as backup nexthop"
560 log_test $? 0 "No forwarding using backup nexthop ID"
567 log_test $? 0 "Non-group FDB nexthop as backup nexthop"
575 log_test $? 0 "No forwarding using backup nexthop ID"
585 log_test $? 0 "IPv6 address family nexthop as backup nexthop"
593 log_test $? 0 "No forwarding using backup nexthop ID"
604 echo "Backup nexthop ID - ping"
633 log_test $? 0 "Ping with backup nexthop ID"
635 # Reset the backup nexthop ID to 0 and check that ping fails.
640 log_test $? 1 "Ping after disabling backup nexthop ID"
660 echo "Backup nexthop ID - torture test"
663 # Continuously send traffic through the backup nexthop while adding and
758 echo "SKIP: iproute2 bridge too old, missing backup nexthop ID support"