config 'dhcp6s' 'basic'
	option 'enabled' '1'				# 1 = enabled; 0 = disabled
	option 'interface' 'lan'			# This is the interface the DHCPv6 server will run on
	option 'config_file' '/etc/dhcp6s.conf'		# Config file (as this UCI config doesn't fully support all options)
	option IPstart  '1000'
	option IPend    '2000'
