Lines Matching refs:get
380 if out=$($IP -j route get "$pfx" | jq -re ".[0].dev"); then
461 ## get nexthop group
462 run_cmd "$IP nexthop get id 102"
509 run_cmd "$BRIDGE fdb get to 02:02:00:00:00:13 dev vx10 self"
515 run_cmd "$BRIDGE fdb get to 02:02:00:00:00:13 dev vx10 self"
541 # get nexthop group
542 run_cmd "$IP nexthop get id 102"
589 run_cmd "$BRIDGE fdb get to 02:02:00:00:00:13 dev vx10 self"
595 run_cmd "$BRIDGE fdb get to 02:02:00:00:00:13 dev vx10 self"
649 run_cmd "$IP route get 172.16.101.1"
702 run_cmd "$IP route get 2001:db8:101::1"
728 run_cmd "$IP nexthop get id 52"
803 # remains forever and we get a net device refcount imbalance
835 # get nexthop group
836 run_cmd "$IP nexthop get id 101"
1299 # basic IPv4 ops - add, get, delete
1309 run_cmd "$IP nexthop get id 12"
1386 # get nexthop group
1387 run_cmd "$IP nexthop get id 101"
2070 run_cmd "$IP nexthop get id 1"
2071 log_test $? 2 "Nexthop get on non-existent id"
2234 run_cmd "$IP nexthop get id 101"
2241 run_cmd "$IP nexthop get id 102"
2344 # resilient nexthop buckets get requests
2347 check_nexthop_bucket "get id 101 index 0" "id 101 index 0 nhid 2"
2350 run_cmd "$IP nexthop bucket get id 101 index 999"
2353 run_cmd "$IP nexthop bucket get id 201 index 0"
2356 run_cmd "$IP nexthop bucket get id 999 index 0"