Bug 16237

Summary: Pump workaround for semi-broken DHCP/BOOTP servers
Product: [Retired] Red Hat Linux Reporter: Frank Sweetser <fs>
Component: pumpAssignee: Elliot Lee <sopwith>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-07-16 13:33:10 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:
Attachments:
Description Flags
pump option to ignore bootp responses in favor of dhcp only none

Description Frank Sweetser 2000-08-15 14:29:19 UTC
Some networks (such as ours :P ) have semi-broken setups, where both bootp
and dhcp servers are active.  This kind of setup works under Windows, as
Windows will collect all responses from both sets of servers, and use the
union of the answers.  Under pump, though, if the bootp packets (which, due
to bootp limitations, may not have all needed values) happen to get in
first, then dhcp responses will be ignored.  The patch adds the --no-bootp
command line option and a nobootp option in /etc/pump.conf which allows
pump to ignore the bootp responses.  It acts as an effective workaround on
semi-broken setups such as ours.

Comment 1 Frank Sweetser 2000-08-15 14:30:15 UTC
Created attachment 2499 [details]
pump option to ignore bootp responses in favor of dhcp only

Comment 2 Elliot Lee 2001-07-19 21:03:41 UTC
Applying patch even though pump is obsoleted by dhcpcd in rawhide. Thanks.

Apologies for the unresponsiveness of the previous pump packager...

Comment 3 Elliot Lee 2001-07-19 21:54:14 UTC
*** Bug 7516 has been marked as a duplicate of this bug. ***