Home | History | Annotate | Line # | Download | only in tests
      1  1.1  christos # option-data in DHCPv6 pool config
      2  1.1  christos 
      3  1.1  christos # subnet declaration
      4  1.1  christos subnet6 2001::/64 {
      5  1.1  christos     # pool declaration
      6  1.1  christos     pool6 {
      7  1.1  christos         # avoid empty pool
      8  1.1  christos 	range6 2001::100 2001::200;
      9  1.1  christos         # for a silly reason option-data is not allowed in DHCPv4 pools
     10  1.1  christos 	# but allowed in DHCPv6 pools
     11  1.1  christos 	option dhcp6.domain-search "example.com", "example.org";
     12  1.1  christos     }
     13  1.1  christos }
     14