diff --git a/xCAT-client/bin/pping b/xCAT-client/bin/pping index fb94925ad..e99b5fd2f 100755 --- a/xCAT-client/bin/pping +++ b/xCAT-client/bin/pping @@ -153,6 +153,8 @@ sub fping_pping { s/ is unreachable/: noping/; } elsif ($_ =~ /is alive/) { s/ is alive/: ping/; + } elsif ($_ =~ /address not found/) { + s/ address not found/: noping/; } print $_; }