FS#49578 - [dhcp] /etc/dhcpd6.conf contents are incorrect (is actually IPv4 config)

Attached to Project: Arch Linux
Opened by Alexandru Moise (AlexanderMoses) - Sunday, 05 June 2016, 19:28 GMT
Last edited by Christian Hesse (eworm) - Tuesday, 06 March 2018, 06:54 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Christian Hesse (eworm)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:
The problem is that the default configuration file
for DHCPv6 server is the same as the one for DHCPv4 server.
By the way this goes for archlinux ARM as well.

Additional info:
* package version(s):
$ dhcpd --version
isc-dhcpd-4.3.4

* config and/or log files etc:
I've attached the /etc/dhcpd6.conf from my system,
as you can see it contains IPv4 configurations.

Steps to reproduce: (assuming unmodified /etc/dchpd.conf)
# diff /etc/dhcpd.conf /etc/dhcpd6.conf
/* no difference */
This task depends upon

Closed by  Christian Hesse (eworm)
Tuesday, 06 March 2018, 06:54 GMT
Reason for closing:  Fixed
Additional comments about closing:  dhcp 4.4.1-2
Comment by Viorel-Cătălin Răpițeanu (Ravior) - Sunday, 05 June 2016, 20:06 GMT
I can confirm that this problem is seen with the latest dhcp package:
# extra/dhcp 4.3.4-2
Comment by Viorel-Cătălin Răpițeanu (Ravior) - Sunday, 05 June 2016, 20:31 GMT
I've just checked their release page to see if this is an upstream problem:
# https://www.isc.org/downloads/
Seems that the latest dhcp version had the correct ipv6 config file. (see attachment).
You can also find the example file inside the archive in:
# dhcp-4.3.4/doc/examples/dhcpd-dhcpv6.conf
Comment by David Runge (dvzrv) - Monday, 05 March 2018, 23:25 GMT
In the PKGBUILD, this [1] should therefore read: `install -vDm644 doc/examples/dhcpd-dhcpv6.conf "${pkgdir}/etc/dhcpd6.conf"

[1] https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/dhcp#n70

Loading...