• Home
  • Raw
  • Download

Lines Matching refs:rc

24 	local rc=$1
28 if [ ${rc} -eq ${expected} ]; then
521 local cmd out rc
533 rc=$?
537 log_test $rc $erc "$desc"
693 rc=$?
700 return $rc
707 local rc=0
724 rc=1
733 return $rc
777 local rc=0
840 local rc
879 rc=$?
880 if [ $rc -eq 0 ]; then
882 rc=$?
884 log_test $rc 0 "Route add with different metrics"
887 rc=$?
888 if [ $rc -eq 0 ]; then
890 rc=$?
892 log_test $rc 0 "Route delete with metric"
1014 local rc
1054 rc=$?
1055 if [ $rc -eq 0 ]; then
1057 rc=$?
1059 log_test $rc 0 "Delete of address on first device"
1062 rc=$?
1063 if [ $rc -eq 0 ]; then
1065 rc=$?
1067 log_test $rc 0 "Modify metric of address"
1072 rc=$?
1073 if [ $rc -eq 0 ]; then
1076 rc=$?
1078 log_test $rc 0 "Prefix route removed on link down"
1082 rc=$?
1083 if [ $rc -eq 0 ]; then
1085 rc=$?
1087 log_test $rc 0 "Prefix route with metric on link up"
1116 local rc
1127 rc=$?
1128 if [ $rc -eq 0 ]; then
1130 rc=$?
1132 log_test $rc 0 "Single path route with mtu metric"
1140 rc=$?
1141 if [ $rc -eq 0 ]; then
1143 rc=$?
1145 log_test $rc 0 "Multipath route via 2 single routes with mtu metric on first"
1151 rc=$?
1152 if [ $rc -eq 0 ]; then
1154 rc=$?
1156 log_test $rc 0 "Multipath route via 2 single routes with mtu metric on 2nd"
1168 rc=$?
1169 if [ $rc -eq 0 ]; then
1171 rc=$?
1173 log_test $rc 0 "Multipath route with mtu metric"
1239 local rc
1307 rc=$?
1308 if [ $rc -eq 0 ]; then
1310 rc=$?
1312 log_test $rc 0 "Route add with different metrics"
1315 rc=$?
1316 if [ $rc -eq 0 ]; then
1318 rc=$?
1320 log_test $rc 0 "Route delete with metric"
1438 local rc
1478 rc=$?
1479 if [ $rc -eq 0 ]; then
1481 rc=$?
1483 log_test $rc 0 "Delete of address on first device"
1486 rc=$?
1487 if [ $rc -eq 0 ]; then
1489 rc=$?
1491 log_test $rc 0 "Modify metric of address"
1495 rc=$?
1496 if [ $rc -eq 0 ]; then
1499 rc=$?
1501 log_test $rc 0 "Prefix route removed on link down"
1505 rc=$?
1506 if [ $rc -eq 0 ]; then
1508 rc=$?
1510 log_test $rc 0 "Prefix route with metric on link up"
1516 rc=$?
1517 if [ $rc -eq 0 ]; then
1519 rc=$?
1521 log_test $rc 0 "Modify metric of .0/24 address"
1525 rc=$?
1526 if [ $rc -eq 0 ]; then
1528 rc=$?
1530 log_test $rc 0 "Set metric of address with peer route"
1533 rc=$?
1534 if [ $rc -eq 0 ]; then
1536 rc=$?
1538 log_test $rc 0 "Modify metric and peer address for peer route"
1547 local rc
1555 rc=$?
1556 if [ $rc -eq 0 ]; then
1558 rc=$?
1560 log_test $rc 0 "Single path route with mtu metric"
1564 rc=$?
1565 if [ $rc -eq 0 ]; then
1567 rc=$?
1569 log_test $rc 0 "Multipath route with mtu metric"
1583 local rc
1595 rc=$?
1596 log_test $rc 0 "Single path route with IPv6 gateway"
1597 if [ $rc -eq 0 ]; then
1602 log_test $rc 0 "Single path route with IPv6 gateway - ping"
1605 rc=$?
1606 log_test $rc 0 "Single path route delete"
1607 if [ $rc -eq 0 ]; then
1615 rc=$?
1616 log_test $rc 0 "Multipath route add - v6 nexthop then v4"
1617 if [ $rc -eq 0 ]; then
1631 rc=$?
1632 log_test $rc 0 "Multipath route add - v4 nexthop then v6"
1633 if [ $rc -eq 0 ]; then