Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/net/forwarding/
Drouter_multipath.sh165 local weight_rp12=$2
175 nexthop via 169.254.2.22 dev $rp12 weight $weight_rp12 \
189 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13
201 local weight_rp12=$2
212 nexthop via fe80:2::22 dev $rp12 weight $weight_rp12 \
226 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13
238 local weight_rp12=$2
244 nexthop via fe80:2::22 dev $rp12 weight $weight_rp12 \
260 multipath_eval "$desc" $weight_rp12 $weight_rp13 $packets_rp12 $packets_rp13
Drouter_mpath_nh.sh186 local weight_rp12=$2
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
218 local weight_rp12=$2
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
251 local weight_rp12=$2
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
Dlib.sh809 local weight_rp12=$2
817 if [[ "$weight_rp12" -gt "$weight_rp13" ]]; then
818 weights_ratio=$(echo "scale=2; $weight_rp12 / $weight_rp13" \
821 weights_ratio=$(echo "scale=2; $weight_rp13 / $weight_rp12" \
832 if [[ "$weight_rp12" -gt "$weight_rp13" ]]; then