mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-05 02:35:04 +02:00
ip dhcp-client: dhcp-options can be removed with value '' (#154)
* dhcp-options can be removed with value ''. * Fix handling of disabled keys on creation. * Fix typo.
This commit is contained in:
parent
071f742100
commit
4329928474
5 changed files with 166 additions and 11 deletions
3
changelogs/fragments/154-ip-dhcp-client-dhcp-options.yml
Normal file
3
changelogs/fragments/154-ip-dhcp-client-dhcp-options.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
bugfixes:
|
||||
- "api_info, api_modify - fix default and remove behavior for ``dhcp-options`` in path ``ip dhcp-client`` (https://github.com/ansible-collections/community.routeros/issues/148, https://github.com/ansible-collections/community.routeros/pull/154)."
|
||||
- "api_modify - fix handling of disabled keys on creation (https://github.com/ansible-collections/community.routeros/pull/154)."
|
Loading…
Add table
Add a link
Reference in a new issue