Lines Matching full:team
655 # macvlan -> bridge -> team -> dummy
660 local team="test_team1"
664 run_cmd ip link add $team type team
666 end_test "SKIP: team_bridge_macvlan: can't add team interface"
671 run_cmd ip link set $dummy master $team
672 run_cmd ip link set $team up
675 run_cmd ip link set $team master $bridge
682 run_cmd ip link del $team
699 local team="test_team1"
702 run_cmd ip link add $team up type team
706 run_cmd ip link set $team master $bridge
709 # the team device (which supports unicast filtering) and remove it from
716 run_cmd ip link del $team
727 local team="test_team1"
730 run_cmd ip link add $team up type team
734 run_cmd ip link set $team master $bridge
741 run_cmd ip link del $team