Lines Matching refs:ip_status
1002 local ip_status=`ip_served`
1004 if [ "$ip_status" = "ok" ]; then
1008 if [ -n "$IP_CIP" ] && ([ $ip_status = "no" ] || [ $ip_status = "partial2" ]); then
1022 if [ -n "$IP_CIP" ] && [ $ip_status = "partial" ]; then
1026 if [ "$ip_status" = "no" ]; then
1086 local ip_status=`ip_served`
1087 ocf_log info "IP status = $ip_status, IP_CIP=$IP_CIP"
1089 if [ $ip_status = "no" ]; then
1094 if [ -n "$IP_CIP" ] && [ $ip_status != "partial2" ]; then
1095 if [ $ip_status = "partial" ]; then
1136 local ip_status=`ip_served`
1137 case $ip_status in
1292 status) ip_status=`ip_served`
1293 if [ $ip_status = "ok" ]; then