1# SPDX-License-Identifier: GPL-2.0 2source ../mirror_gre_scale.sh 3 4mirror_gre_get_target() 5{ 6 local should_fail=$1; shift 7 8 if ((! should_fail)); then 9 echo 3 10 else 11 echo 4 12 fi 13} 14
1# SPDX-License-Identifier: GPL-2.0 2source ../mirror_gre_scale.sh 3 4mirror_gre_get_target() 5{ 6 local should_fail=$1; shift 7 8 if ((! should_fail)); then 9 echo 3 10 else 11 echo 4 12 fi 13} 14