Description: Gets all dynamic IP ranges from the dhcpd.conf.
Returns:
- Associative array with the found IP ranges (e.g. Array ( [0] = Array ( [netmask] = 255.255.255.0 [firstIP] = 192.168.1.10 [lastIP] = 192.168.1.200 [gateway] = 192.168.1.1 ) [1] = ...)) or empty array.
root
2015-09-06