ansible-collections.communi.../plugins/module_utils
hansmi 8c62d46198
Add IPv4 DHCP option matcher, minor fixes (#300)
* Fix typos in comment on IPsec policy "template" field

* Move IPv4 DHCP server API data next to other DHCP APIs

* Set default for "force" field on DHCP options

Without the default value removing it from the options after it's been
set once leads to an error:

> Key "force" cannot be removed for name="…"

* Add IPv4 DHCP option matcher

RouterOS 7.4 and newer implement matchers for the Vendor ID provided by
DHCP clients. RouterOS 7.16 will add a new `matching-type` property, but
it's not in a stable release yet.

Upstream documentation:
https://help.mikrotik.com/docs/display/ROS/DHCP#DHCP-Genericmatcher
2024-07-21 23:18:31 +02:00
..
_api_data.py Add IPv4 DHCP option matcher, minor fixes (#300) 2024-07-21 23:18:31 +02: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