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