Discrepancy between configuration and systemd unit

Bug #1799098 reported by Arunas
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
isc-dhcp (Ubuntu)
New
Undecided
Unassigned

Bug Description

/etc/default/isc-dhcp-server file is generated with variables, 'INTERFACESv4' and 'INTERFACESv6', however, both /lib/system/system/isc-dhcp-server.service and isc-dhcp-server6.service use same INTERFACES variable on the command line.
Not sure which is more up to date, but they obviously need to be consistent.

Revision history for this message
Arunas (aris020) wrote :

/etc/init.d/isc-dhcp-server has a comment
                if test -n "$INTERFACES" -a -z "$INTERFACESv4"; then
                        echo "DHCPv4 interfaces are no longer set by the INTERFACES variable in" >&2
                        echo "/etc/default/isc-dhcp-server. Please use INTERFACESv4 instead." >&2
                        echo "Migrating automatically for now, but this will go away in the future." >&2

so I guess separate configurations for v4 and v6 is the new way. In that case systemd service unit files have to catch up.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.