ansible-collections.communi.../plugins/module_utils
derdeagle ad6faf275d
Fixes #236: Add missing parameters for the "ip firewall" subpaths and set the default value for the "disabled" parameter for most paths (#237)
* Fixes #236: Add missing parameters

The parameters "address-list", "address-list-timeout", and "realm" were
missing for some subpaths of "ip firewall" and are now added.
Additionally the default value of "False" for the "disabled" parameter
has been set so that an e.g. firewall rule, which was disabled
(disabled=True) is enabled (disabled=False) after removing the
"disabled" argument in the data.

Some more parameters can now be removed, e.g. "jump-target", "log", and "log-prefix",
which are not mandatory.

* Add missing changes for #236

Additionally fixed the PR id in the changelog fragment.

* Update changelogs/fragments/237-add-missing-ip-firewall-attributes.yml

Full stop added at the end of the changelog fragment

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

* Update changelogs/fragments/237-add-missing-ip-firewall-attributes.yml

Full stop added at the end of the changelog fragment

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

* Fix unit tests

---------

Co-authored-by: Johannes Münch <git@washiza.eu>
Co-authored-by: Felix Fontein <felix@fontein.de>
2023-12-03 13:02:08 +01:00
..
_api_data.py Fixes #236: Add missing parameters for the "ip firewall" subpaths and set the default value for the "disabled" parameter for most paths (#237) 2023-12-03 13:02:08 +01:00
_version.py Workaround prompt issues between ROS 6.49 and 7.1.5 (#62) (#161) 2023-03-23 21:25:23 +01:00
api.py Allow to differ on API paths based on RouterOS version (1/2) (#209) 2023-09-01 22:27:18 +02:00
quoting.py 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
routeros.py Workaround prompt issues between ROS 6.49 and 7.1.5 (#62) (#161) 2023-03-23 21:25:23 +01:00
version.py Workaround prompt issues between ROS 6.49 and 7.1.5 (#62) (#161) 2023-03-23 21:25:23 +01:00