Bug 841501

Summary: Network script BOOTPROTO value case sensitive
Product: Red Hat Enterprise Linux 6 Reporter: Adam Kovari <akovari>
Component: initscriptsAssignee: Lukáš Nykrýn <lnykryn>
Status: CLOSED WONTFIX QA Contact: qe-baseos-daemons
Severity: low Docs Contact:
Priority: unspecified    
Version: 6.2CC: nobody
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-07-30 12:33:10 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Adam Kovari 2012-07-19 08:22:33 UTC
Description of problem:
Network scripts like /etc/sysconfig/network-scripts/ifcfg-em1
ignore BOOTPROTO="DHCP"

BOOTPROTO=dhcp works fine

Maybe this should be case insensitive.

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

How reproducible:
always

Comment 2 Lukáš Nykrýn 2012-07-30 12:33:10 UTC
Most of the options are case-sensitive, so this would mean rewriting most of the scripts, so I don't think that this is a good idea.