Project

General

Profile

Actions

Bug #10675

closed

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

Added by Jim Pingle almost 4 years ago. Updated over 3 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;

}
Actions

Also available in: Atom PDF