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.
Updated by Baptiste Agasse over 9 years ago
Pull request: https://github.com/theforeman/smart-proxy/pull/330
Updated by Anonymous over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset e2a21ecff6cf153890e93ad7c28a932396ae02d8.
Actions