More DHCP options usable via infoblox.nios_modules.nios_network#306
Open
2and3makes23 wants to merge 1 commit intoinfobloxopen:developfrom
Open
More DHCP options usable via infoblox.nios_modules.nios_network#3062and3makes23 wants to merge 1 commit intoinfobloxopen:developfrom
infoblox.nios_modules.nios_network#3062and3makes23 wants to merge 1 commit intoinfobloxopen:developfrom
Conversation
…` 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
|
Hi, I'm facing the same issue |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related issue: #221
Similar commits: 4212a41
According to the official Infoblox WAPI documentation only special DHCP options have the
use_optionflag.There is a method
check_vendor_specific_dhcp_optionsthat ensures DHCP options lose theuse_optionflag where required.This adds the following DHCP option codes in order to be able to use them with the
nios_networkmodule: