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

16 lines
249 B
Plaintext
Raw 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 }};
option dhcp6.domain-search "fftdf";
2016-05-17 21:42:37 +00:00
subnet6 {{ sn_mesh_IPv6_net }} {
}