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