Bug 974230

Summary: dhcpd.service systemd unit does not allow additional command line arguments
Product: [Fedora] Fedora Reporter: Tom Horsley <horsley1953>
Component: dhcpAssignee: Jiri Popelka <jpopelka>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: jpopelka, thozza
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-14 07:31:48 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 Tom Horsley 2013-06-13 18:03:55 UTC
Description of problem:

I'm running a local access point for my phone and tablet on a local subnet. I want the dhcpd I'm running to only listen on the wlan0 (or what used to be named wlan0 anyway) interface.

Apparently there is no way to specify an interface restriction in the .conf file, but I have to specify it on the command line.

Seems to be like the unit file ought to append the tradition /etc/sysconfig/dhcpd command line arguments if that file exists.

Alternately (and perhaps more sensibly) the .conf file should have some syntax to allow me to say exactly which interface to listen on.


Version-Release number of selected component (if applicable):
dhcp-4.2.5-12.fc19.x86_64


How reproducible:
100%

Steps to Reproduce:
1. Look at unit file, see you can't add command line args conveniently
2.
3.

Actual results:
No way to add command line args

Expected results:
Way to add command line arg

Additional info:

Comment 1 Jiri Popelka 2013-06-14 07:31:48 UTC
Seems you already found bug #909733.

(In reply to Tom Horsley from comment #0)
> Apparently there is no way to specify an interface restriction in the .conf
> file, but I have to specify it on the command line.

There is actually, see bug #909733, comment #7
 
> Steps to Reproduce:
> 1. Look at unit file, see you can't add command line args conveniently

Discussed in bug #909733 several times, I haven't changed my mind since then.

*** This bug has been marked as a duplicate of bug 909733 ***