Lines Matching refs:resilient

368 	# create a resilient group with $buckets buckets and dump them
370 run_cmd "$IP nexthop add id 1000 group 100 type resilient buckets $buckets"
434 $IP nexthop help 2>&1 | grep -q resilient
436 echo "SKIP: iproute2 too old, missing resilient nexthop group support"
937 echo "IPv6 resilient groups functional"
950 run_cmd "$IP nexthop add id 102 group 62/63 type resilient buckets 2 idle_timer 0"
954 "id 102 group 62 type resilient buckets 2 idle_timer 0 unbalanced_timer 0 unbalanced_time 0"
961 run_cmd "$IP nexthop replace id 102 group 62/63 type resilient buckets 2 idle_timer 0"
963 "id 102 group 62/63 type resilient buckets 2 idle_timer 0 unbalanced_timer 0 unbalanced_time 0"
976 run_cmd "$IP nexthop add id 102 group 62,3/63,1 type resilient buckets 4 idle_timer 0"
980 "id 102 group 62,3 type resilient buckets 4 idle_timer 0 unbalanced_timer 0 unbalanced_time 0"
987 run_cmd "$IP nexthop replace id 102 group 62,3/63,1 type resilient buckets 4 idle_timer 0"
989 "id 102 group 62,3/63 type resilient buckets 4 idle_timer 0 unbalanced_timer 0 unbalanced_time 0"
1165 echo "IPv6 large resilient group (128k buckets)"
1237 $IP nexthop replace id 102 group 100/101 type resilient
1250 echo "IPv6 runtime resilient nexthop group torture"
1265 run_cmd "$IP nexthop add id 102 group 100/101 type resilient buckets 512 idle_timer 0"
1287 log_test 0 0 "IPv6 resilient nexthop group torture test"
1483 echo "IPv4 resilient groups functional"
1496 run_cmd "$IP nexthop add id 102 group 12/13 type resilient buckets 2 idle_timer 0"
1500 "id 102 group 12 type resilient buckets 2 idle_timer 0 unbalanced_timer 0 unbalanced_time 0"
1507 run_cmd "$IP nexthop replace id 102 group 12/13 type resilient buckets 2 idle_timer 0"
1509 "id 102 group 12/13 type resilient buckets 2 idle_timer 0 unbalanced_timer 0 unbalanced_time 0"
1522 run_cmd "$IP nexthop add id 102 group 12,3/13,1 type resilient buckets 4 idle_timer 0"
1526 "id 102 group 12,3 type resilient buckets 4 idle_timer 0 unbalanced_timer 0 unbalanced_time 0"
1533 run_cmd "$IP nexthop replace id 102 group 12,3/13,1 type resilient buckets 4 idle_timer 0"
1535 "id 102 group 12,3/13 type resilient buckets 4 idle_timer 0 unbalanced_timer 0 unbalanced_time 0"
1770 echo "IPv4 large resilient group (128k buckets)"
2009 $IP nexthop replace id 102 group 100/101 type resilient
2022 echo "IPv4 runtime resilient nexthop group torture"
2037 run_cmd "$IP nexthop add id 102 group 100/101 type resilient buckets 512 idle_timer 0"
2059 log_test 0 0 "IPv4 resilient nexthop group torture test"
2217 echo "Basic resilient nexthop group functional tests"
2228 # resilient nexthop group addition
2231 run_cmd "$IP nexthop add id 101 group 1 type resilient buckets 8"
2236 "id 101 group 1 type resilient buckets 8 idle_timer 120 unbalanced_timer 0 unbalanced_time 0"
2239 run_cmd "$IP nexthop add id 102 group 1 type resilient
2243 "id 102 group 1 type resilient buckets 4 idle_timer 100 unbalanced_timer 5 unbalanced_time 0"
2246 run_cmd "$IP nexthop add id 103 group 1 type resilient buckets 0"
2250 # resilient nexthop group replacement
2253 run_cmd "$IP nexthop replace id 101 group 1 type resilient
2257 "id 101 group 1 type resilient buckets 8 idle_timer 240 unbalanced_timer 80 unbalanced_time 0"
2260 run_cmd "$IP nexthop replace id 101 group 1 type resilient idle_timer 512"
2263 "id 101 group 1 type resilient buckets 8 idle_timer 512 unbalanced_timer 80 unbalanced_time 0"
2266 run_cmd "$IP nexthop replace id 101 group 1 type resilient unbalanced_timer 256"
2269 "id 101 group 1 type resilient buckets 8 idle_timer 512 unbalanced_timer 256 unbalanced_time 0"
2272 run_cmd "$IP nexthop replace id 101 group 1 type resilient"
2275 "id 101 group 1 type resilient buckets 8 idle_timer 512 unbalanced_timer 256 unbalanced_time 0"
2284 run_cmd "$IP nexthop replace id 101 group 1 type resilient buckets 1024"
2288 "id 101 group 1 type resilient buckets 8 idle_timer 512 unbalanced_timer 256 unbalanced_time 0"
2292 # resilient nexthop buckets dump
2298 run_cmd "$IP nexthop add id 101 group 1/2 type resilient buckets 4"
2327 log_test $? 2 "Dump all nexthop buckets in a non-resilient group"
2339 run_cmd "$IP nexthop add id $((2**32-1)) group 1/2 type resilient buckets 4"
2344 # resilient nexthop buckets get requests
2354 log_test $? 2 "Get a nexthop bucket from a non-resilient group"
2368 group 1/2 type resilient buckets 10
2377 group 1,2/2,3 type resilient"
2385 group 1,2/2,3 type resilient
2388 group 1/2 type resilient"