Actions
Bug #10675
closedDHCPv6 config not all directives start on a new line as expected
Start date:
06/18/2020
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
Affected Architecture:
All
Description
In the DHCPv6 config, "prefix6" is not starting on its own new line. Probably the line before is missing a \n at the end of the string it builds.
subnet6 2001:db8::/64 { range6 2001:db8::FFFF:0000 2001:db8::FFFF:FFFF; do-forward-updates false; option dhcp6.name-servers 2001:db8::1; prefix6 2001:db8:1:E000:: 2001:db8:1:EF00:: /60; }
Updated by Viktor Gurov over 4 years ago
Updated by Jim Pingle over 4 years ago
- Status changed from Confirmed to Pull Request Review
Updated by Renato Botelho over 4 years ago
- Status changed from Pull Request Review to Feedback
PR has been merged. Thanks!
Updated by Danilo Zrenjanin about 4 years ago
Tested on :
2.5.0-DEVELOPMENT (amd64) built on Sat Oct 10 01:03:57 EDT 2020 FreeBSD 12.2-STABLE
"prefix6" is starting on its own new line now, though DNS server is not listed anymore.
subnet6 2001:db8::/64 { range6 2001:db8::FFFF:0000 2001:db8::FFFF:FFFF; do-forward-updates false; #option dhcp6.name-servers --; prefix6 2001:db8:1:E000:: 2001:db8:1:EF00:: /60;
Please check that.
Updated by Anonymous about 4 years ago
- Status changed from Feedback to In Progress
- Assignee changed from Jim Pingle to Renato Botelho
Updated by Anonymous about 4 years ago
- Assignee changed from Renato Botelho to Viktor Gurov
Updated by Viktor Gurov about 4 years ago
the original issue seems to be specific for snapshot 2.5 (not 2.4.5),
now it's OK, all directives start on a new line
Resolved
Updated by Anonymous about 4 years ago
- Status changed from In Progress to Resolved
Updated by Jim Pingle about 4 years ago
Looks good to me as well, including the DNS server.
subnet6 2001:db8::/64 { range6 2001:db8::FFFF:0000 2001:db8::FFFF:FFFF; do-forward-updates false; option dhcp6.name-servers 2001:db8::1; prefix6 2001:db8:1:E000:: 2001:db8:1:EF00:: /60; }
Updated by Jim Pingle about 4 years ago
- Category changed from DHCP (IPv4) to DHCP (IPv6)
Actions