Skip to content

Conversation

@2and3makes23
Copy link

Related issue: #221
Similar commits: 4212a41

According to the official Infoblox WAPI documentation only special DHCP options have the use_option flag.

There is a method check_vendor_specific_dhcp_options that ensures DHCP options lose the use_option flag where required.

This adds the following DHCP option codes in order to be able to use them with the nios_network module:

  • 1 Subnet-Mask
  • 3 router
  • 42 ntp-server

…` module

Make more DHCP options usable via `infoblox.nios_modules.nios_network` module

Related issue: infobloxopen#221
Similar commits: infobloxopen@4212a41

According to the official Infoblox [WAPI documentation](https://ipam.illinois.edu/wapidoc/additional/structs.html#struct-dhcpoption) only special DHCP options have the `use_option` flag.

There is a method `check_vendor_specific_dhcp_options` that ensures DHCP options lose the `use_option` flag where required.

This adds the following DHCP option codes in order to be able to use them with the `nios_network` module:
* 1 Subnet-Mask
* 3 router
* 42 ntp-server
@Sulray
Copy link

Sulray commented Dec 12, 2025

Hi, I'm facing the same issue
Would it be possible for you to also include in this PR the option wpad of num 252 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants