Project

General

Profile

Actions

Bug #10675

closed
JP VG

DHCPv6 config not all directives start on a new line as expected

Bug #10675: DHCPv6 config not all directives start on a new line as expected

Added by Jim Pingle about 6 years ago. Updated almost 6 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Viktor Gurov
Category:
DHCP (IPv6)
Target version:
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;

}

JP Updated by Jim Pingle about 6 years ago Actions #1

  • Description updated (diff)

JP Updated by Jim Pingle about 6 years ago Actions #3

  • Status changed from Confirmed to Pull Request Review

RB Updated by Renato Botelho about 6 years ago Actions #4

  • Status changed from Pull Request Review to Feedback

PR has been merged. Thanks!

DZ Updated by Danilo Zrenjanin almost 6 years ago Actions #5

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 almost 6 years ago Actions #6

  • Status changed from Feedback to In Progress
  • Assignee changed from Jim Pingle to Renato Botelho

Updated by Anonymous almost 6 years ago Actions #7

  • Assignee changed from Renato Botelho to Viktor Gurov

VG Updated by Viktor Gurov almost 6 years ago Actions #8

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 almost 6 years ago Actions #9

  • Status changed from In Progress to Resolved

JP Updated by Jim Pingle almost 6 years ago Actions #10

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;

}

JP Updated by Jim Pingle almost 6 years ago Actions #11

  • Category changed from DHCP (IPv4) to DHCP (IPv6)
Actions

Also available in: Atom