Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/net/forwarding/
Drouter_mpath_nh.sh187 local weight_rp13=$3
195 ip nexthop replace id 103 group 101,$weight_rp12/102,$weight_rp13
208 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13
219 local weight_rp13=$3
228 ip nexthop replace id 106 group 104,$weight_rp12/105,$weight_rp13
241 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13
252 local weight_rp13=$3
256 ip nexthop replace id 106 group 104,$weight_rp12/105,$weight_rp13
271 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13
Drouter_multipath.sh166 local weight_rp13=$3
176 nexthop via 169.254.3.23 dev $rp13 weight $weight_rp13
189 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13
202 local weight_rp13=$3
213 nexthop via fe80:3::23 dev $rp13 weight $weight_rp13
226 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13
239 local weight_rp13=$3
245 nexthop via fe80:3::23 dev $rp13 weight $weight_rp13
260 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13
Dlib.sh943 local weight_rp13=$3
950 if [[ "$weight_rp12" -gt "$weight_rp13" ]]; then
951 weights_ratio=$(echo "scale=2; $weight_rp12 / $weight_rp13" \
954 weights_ratio=$(echo "scale=2; $weight_rp13 / $weight_rp12" \
965 if [[ "$weight_rp12" -gt "$weight_rp13" ]]; then