You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would it be possible to read various DHCP options such as the domain name or the NTP server from the parent prefix? In most cases, the options are the same for all subnets, so that they do not have to be configured individually for each subnet as a Custom_Field in Netbox.
Thanks and Regards,
Daniel
The text was updated successfully, but these errors were encountered:
Hello,
It would be great!
If I’m right, netbox doesn’t provide hierarchical relations between prefixes. The API have the filter "contains" which applied on prefixes requests and return all the prefixes which contain an other. As a consequence, we have to compute the prefix hierarchy on our side in order to get the last defined custom field. Relevant code for mapping netbox fields to DHCP parameters is in module connector in function _mk_dhcp_item().
If someone may write a PR it would be great :-)
Hello,
would it be possible to read various DHCP options such as the domain name or the NTP server from the parent prefix? In most cases, the options are the same for all subnets, so that they do not have to be configured individually for each subnet as a Custom_Field in Netbox.
Thanks and Regards,
Daniel
The text was updated successfully, but these errors were encountered: