ansible.fftdf.supernode/files/dhcpd6.conf.j2

16 lines
246 B
Plaintext
Raw Permalink Normal View History

# Enable RFC 5007 support (same than for DHCPv4)
allow leasequery;
authoritative;
default-lease-time 300;
max-lease-time 600;
2016-05-17 21:42:37 +00:00
option dhcp6.name-servers {{ sn_mesh_IPv6 }};
2019-02-07 23:18:44 +00:00
option dhcp6.domain-search "ff";
2016-05-17 21:42:37 +00:00
subnet6 {{ sn_mesh_IPv6_net }} {
}