Bug 9296

Summary: ping gives wrong exit status
Product: [Retired] Red Hat Linux Reporter: Need Real Name <redhat>
Component: netkit-baseAssignee: Jeff Johnson <jbj>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-02-10 14:24:35 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2000-02-10 11:29:07 UTC
netkit-base-0.10-37 on RH61:

192.168.100.103 is on the air and 192.168.100.105 is switched off.

ping -c 1 192.168.100.103 ; echo $?
0
ping -c 1 192.168.100.105 ; echo $?
0

Both give exit status 0, but the ping to the machine that is switched off
should give '1' as exit status.

Richard.

Comment 1 Jeff Johnson 2000-02-10 14:24:59 UTC
*** This bug has been marked as a duplicate of 6633 ***