summaryrefslogtreecommitdiff
path: root/data/templates/dhcp-client/ipv6.tmpl
blob: 8485c9d781a04e85c9567f363ebcc9c98777136a (plain)
1
2
3
4
5
6
7
8
9
10
# generated by dhcp.py
interface {{ ifname }} {
	request domain-name-servers,domain-name;
{%  if dhcpv6_prm_only %}
    information-only;
{%  endif %}
{%  if not dhcpv6_temporary %}
    send ia-na 0;
{%  endif %}
};