View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0018231 | CentOS-7 | dhcp | public | 2021-06-23 05:59 | 2021-08-26 18:49 |
Reporter | javier.angulo | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 7.9.2009 | ||||
Summary | 0018231: Invalid IPv6 address if octet contains word 'add' | ||||
Description | dhcpd fails with "Invalid IPv6 address" if octet is word 'add'. Prefixing with 0 as '0add' makes dhcpd happy again. $ diff foo.conf foo2.conf 1c1 < host host_00.50.56.2b.f7.55 { hardware ethernet 00:50:56:2b:f7:55; fixed-address6 2607:f1c0:1800:8087:0add:bad:bed:dad; } --- > host host_00.50.56.2b.f7.55 { hardware ethernet 00:50:56:2b:f7:55; fixed-address6 2607:f1c0:1800:8087:add:bad:bed:dad; } a) foo.conf works: $ /usr/sbin/dhcpd -6 -t -q -cf foo.conf $ echo $? 0 b) foo2.conf containing word 'add' fails $ /usr/sbin/dhcpd -6 -t -q -cf foo2.conf $ echo $? 1 Making it not silent throws the following error: foo2.conf line 1: Invalid IPv6 address. | ||||
Steps To Reproduce | Create an ipv6 lease reservation with fixed-address6 containing word "add" | ||||
Additional Information | CentOS Linux release 7.9.2009 (Core) Internet Systems Consortium DHCP Server 4.2.5 | ||||
Tags | No tags attached. | ||||
abrt_hash | |||||
URL | |||||
Can you please file a bug in bugzilla.redhat.com ? It's the only way to have this fixed. | |
https://bugzilla.redhat.com/show_bug.cgi?id=1998294 | |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-06-23 05:59 | javier.angulo | New Issue | |
2021-08-26 16:09 | ManuelWolfshant | Note Added: 0038595 | |
2021-08-26 18:49 | javier.angulo | Note Added: 0038596 |