Actions
Feature #12211
closedImprove DHCP subnets parsing to get more informations from DHCP server
Description
At this time, only network and netmask are parsed from DHCP server configuration.
This patch add ability to retrieve following informations, if configured for the current subnet:
This patch add ability to retrieve following informations, if configured for the current subnet:
- Gateway
- Primary DNS server
- Secondary DNS server
- DHCP range (from IP addr...to IP addr)
This feature, will provide a way to import these information from the foreman 'subnets import' feature.
The pull request will only provide the ISC dhcp implementation.
Actions