Actions
Bug #28232
closedsubnet API does not list all available IPAM modes
Difficulty:
trivial
Triaged:
No
Pull request:
Description
APIdoc says: IP Address auto suggestion mode for this subnet, valid values are “DHCP”, “Internal DB”, “None”
While we really support: MODES = {:dhcp => N_('DHCP'), :db => N_('Internal DB'), :random_db => N_('Random DB'), :eui64 => N_('EUI-64'), :none => N_('None')}
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7167 added
Updated by Tomer Brisker almost 5 years ago
- Fixed in Releases 1.24.0 added
- Fixed in Releases deleted (
2.0.0)
Updated by Evgeni Golov almost 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 659536d501e1fd2584642a4698c53176d9b4e540.
Actions