Home | History | Annotate | Line # | Download | only in tests
      1  1.1  christos # DHCPv6 temporary (aka IA_TA) range config
      2  1.1  christos 
      3  1.1  christos # subnet declaration
      4  1.1  christos subnet6 2001::/64 {
      5  1.1  christos     # range declaration
      6  1.1  christos     option dhcp6.domain-search "example.com", "example.org";
      7  1.1  christos     default-lease-time 1800;
      8  1.1  christos     range6 2001::100 temporary;
      9  1.1  christos     range6 2001::1000/116 temporary;
     10  1.1  christos }
     11