Project

General

Profile

Bug #10675

Updated by Jim Pingle almost 4 years ago

In the DHCPv6 config, DHCPv6, "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. 

 <pre> 
 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; 

 } 
 </pre>

Back