ansible-collections.communi.../plugins/module_utils
Johannes Münch b499d9d7d9
Add new parameters from RouterOS 7.16 release (#323)
* Add new parameters from RouterOS 7.16 release

h3. /interface/bridge

- `forward-reserved-addresses` with default value `False`
- `max-learned-entries` with default value `auto`

h3. /ip/neighbor/discovery-settings

- `lldp-mac-phy-config` with default value `False` (from Router OS 7.15
release)
- `discover-interval` with default value `30s`
- `lldp-vlan-info` with default value `False`

h3. /ip/settings

- `ipv4-multipath-hash-policy` with default value `l3`

h3. /ipv6/settings

- `multipath-hash-policy` with default value `l3`

h3. /ip/dhcp-server/option

- `comment`

h3. /ip/dhcp-server/option/sets

- `comment`

h3. /ip/dhcp-server/matcher

- `comment`

h3. /tool/netwatch

- `acccept-icmp-time-exceeded` with default value `False`
- `ttl` with defaut value `255`

h3. /ip/service

- `max-sessions` with default value `20`

Add changelog fragment

* Update changelogs/fragments/323-add-ros-7.16-parameters.yml

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

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
2024-10-14 20:50:36 +02:00
..
_api_data.py Add new parameters from RouterOS 7.16 release (#323) 2024-10-14 20:50:36 +02:00
_api_helper.py api_modify/api_info: add restrict option (#305) 2024-08-12 21:16:59 +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