# Autogenerated dhcpd6.conf from gondul {% for (network, n) in objects["read/networks"].networks|dictsort %} {% if n != None and n.subnet6 != None %} # {{network}} subnet6 {{ n.subnet6|networkId }}/{{ n.subnet6|cidr }} { range6 {{ n.subnet6|networkId }}1000 {{ n.subnet6|networkId }}9999; option domain-name "{{network}}.tg19.gathering.org"; } zone {{network}}.tg19.gathering.org { primary 127.0.0.1; key DHCP_UPDATER; } {% endif %} {% endfor %}