Home
last modified time | relevance | path

Searched refs:weight_rp13 (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/net/forwarding/
H A Drouter_multipath.sh166 local weight_rp13=$3
176 nexthop via 169.254.3.23 dev $rp13 weight $weight_rp13
190 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13
203 local weight_rp13=$3
214 nexthop via fe80:3::23 dev $rp13 weight $weight_rp13
228 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13
H A Drouter_mpath_nh.sh232 local weight_rp13=$1; shift
242 ip nexthop replace id 103 group 101,$weight_rp12/102,$weight_rp13
256 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13
267 local weight_rp13=$1; shift
278 ip nexthop replace id 106 group 104,$weight_rp12/105,$weight_rp13
292 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13
H A Drouter_mpath_nh_res.sh234 local weight_rp13=$1; shift
257 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13
267 local weight_rp13=$1; shift
290 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13
H A Dlib.sh1421 if [[ "$weight_rp12" -gt "$weight_rp13" ]]; then
1422 weights_ratio=$(echo "scale=2; $weight_rp12 / $weight_rp13" \
1425 weights_ratio=$(echo "scale=2; $weight_rp13 / $weight_rp12" \
1436 if [[ "$weight_rp12" -gt "$weight_rp13" ]]; then