ansible.fftdf.supernode/files/dhcpd6.conf.j2
Ansible Admin fce5d81274 + bird BGP config
+ new FFRL exit super nodes
+ new keepalive for ffrl exit
2016-01-09 19:50:44 +01:00

23 lines
505 B
Django/Jinja

# Enable RFC 5007 support (same than for DHCPv4)
allow leasequery;
authoritative;
default-lease-time 300;
max-lease-time 600;
#option dhcp6.name-servers {{ sn_mesh_IPv6 }};
option dhcp6.name-servers {{ sn_mesh_IPv6 }}, {{ sn_dhcp_dns_v6 }};
option dhcp6.domain-search "fftdf";
subnet6 2a03:2260:121::/64 {
#
# # Range for clients
# range6 2a03:2260:121::201 2a03:2260:121::ffff;
#
# # Range for clients requesting a temporary address
# range6 2a03:2260:121::/64 temporary;
}