Bug 28627

Summary: Fisher:209 bytes of IP package can't be tranferred properly
Product: [Retired] Red Hat Linux Reporter: Bill Huang <bhuang>
Component: kernelAssignee: Michael K. Johnson <johnsonm>
Status: CLOSED NOTABUG QA Contact: Brock Organ <borgan>
Severity: high Docs Contact:
Priority: high    
Version: 7.1CC: havill
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: 2001-02-21 16:38:42 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 Bill Huang 2001-02-21 16:38:39 UTC
(This bug is originally reported by Keio University)

Test enviroment:Fisher installed.

kernel-2.4.0-0.99.11

Intel eepro/1000 (Driver:e1000.o,version:3.0.1)

### e1000  ###
  
    [root@yfs-25 log]# ping -s 209 yfs-24
    PING yfs-24.hytest.keio.ac.jp (131.113.15.24) from 131.113.15.25 :
209(237)
    bytes of data.

    --- yfs-24.hytest.keio.ac.jp ping statistics ---
    4 packets transmitted, 0 packets received, 100% packet loss

    [root@yfs-25 log]# ping -s 208 yfs-24
    PING yfs-24.hytest.keio.ac.jp (131.113.15.24) from 131.113.15.25 :
208(236)
    bytes of data.
    216 bytes from yfs-24.hytest.keio.ac.jp (131.113.15.24): icmp_seq=0
ttl=255
    time=344 usec
    216 bytes from yfs-24.hytest.keio.ac.jp (131.113.15.24): icmp_seq=1
ttl=255
    time=320 usec
    216 bytes from yfs-24.hytest.keio.ac.jp (131.113.15.24): icmp_seq=2
ttl=255
    time=321 usec

Comment 1 Arjan van de Ven 2001-02-21 17:21:22 UTC
Red Hat Ping (tm) cannot send odd-sized packets.


Comment 2 Bill Huang 2001-02-21 19:57:09 UTC
understood!Thanks.