ansible-collections.communi.../plugins
phox142 4d86ba1a7d
Correction and Bugfix for ip dhcp-server network (#156)
* API_DATA > ('ip', 'dhcp-server', 'network') > netmask
replace "automatically_computed_from" by 'can_disable=True, remove_value=0'
automatically_computed_from does not seem to be used at any place in the code
without 'can_disable=True, remove_value=0' task is marked as changed at each execution.

* API_DATA > ('ip', 'dhcp-server', 'network') > next-server
replace "default=''" by 'can_disable=True'
The default in routeros is "no value" and it was not possible to remove a configured next-server

* API_DATA > ('ip', 'dhcp-server', 'network') > gateway
replace "automatically_computed_from" by "default=''"
automatically_computed_from does not seem to be used

* API_DATA > ('ip', 'dhcp-server', 'network') > dns-none
replace "default=''" by "default=False"

* Add changelogs fragment

* Update changelogs/fragments/156-ip_dhcp-server_network.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
2023-03-10 07:01:26 +01:00
..
cliconf Remove unneccessary imports (#149) 2023-02-06 07:42:39 +01:00
doc_fragments Add new api option force_no_cert (#124) 2022-11-12 09:47:52 +01:00
filter Move licenses to LICENSES/, use SPDX-License-Identifier, mention all licenses in galaxy.yml, add missing license file (#101) 2022-07-18 23:16:54 +02:00
module_utils Correction and Bugfix for ip dhcp-server network (#156) 2023-03-10 07:01:26 +01:00
modules Add support for "ip firewall layer7-protocol" (#153) 2023-02-27 22:37:00 +01:00
terminal Remove unneccessary imports (#149) 2023-02-06 07:42:39 +01:00