Bug 68692

Summary: No destination MAC address in message
Product: [Retired] Red Hat Linux Reporter: Jack Bloch <jack.bloch>
Component: kernelAssignee: Phil Knirsch <pknirsch>
Status: CLOSED NOTABUG QA Contact: Ben Levenson <benl>
Severity: high Docs Contact:
Priority: medium    
Version: 7.2CC: rvokal
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: 2002-07-15 19:52:41 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 Jack Bloch 2002-07-12 15:56:17 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)

Description of problem:
I use SIOCSARP to force a permanent IP/MAC combination into the ARP cache. The 
first message I try to send to this device (using UDP/IP) contains 
00:00:00:00:00:00 in the destination MAC address field. Subsequent messages are 
correct. A display of the ARP cache prior to the send shows the entry.

Version-Release number of selected component (if applicable):


How reproducible:
Sometimes

Steps to Reproduce:
1.Force IP/MAC combination into ARP cache
2.Send UDP packet to the destination host
3.Look at message on sniffer
	

Additional info:

Comment 1 Jack Bloch 2002-07-15 19:52:36 UTC
Please close this trouble report, the problem was caused by my own device 
driver which I have subsequently corrected.