Bug 55093

Summary: dhcpcd does reset the IFF_MULTICAST flag
Product: [Retired] Red Hat Linux Reporter: jum
Component: dhcpcdAssignee: Elliot Lee <sopwith>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-10-25 14:49:57 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 jum 2001-10-25 14:49:51 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.12; Mac_PowerPC)

Description of problem:
dhcpcd does reset the IFF_MULTICAST flag if it was set by the 
ethernet driver to signal it supports multcasting. This causes modern 
software that uses the MULTICAST flag to autoconfigure to skip the 
interface in question. An example is OpenSLP and some AppleTalk 
software.

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


How reproducible:
Always

Steps to Reproduce:
1. load your ethernet driver, I used a 3c59x
2. run ifconfig eth0, the MULTICAST flag is turned on
3. run dhcpcd eth0
4. after having aquired an IP address run ifconfig eth0 again
	

Actual Results:  the MULTICAST flag is gone.

Expected Results:  The MULTCAST flag should not have been 
touched at all by dhcpcd.

Additional info:

Comment 1 Elliot Lee 2002-01-04 19:41:56 UTC
Bugzilla is being mean and won't let me mark this a duplicate of #48669

Anyways, this is fixed in rawhide, all should be well in the future.