* Field name change in 'routing bgp connection' (from 'address-families' to 'afi')
* Field name change in 'routing bgp connection' (from 'address-families' to 'afi')
From the RouterOS 7.17 changelog:
> *) cloud - changed ddns-enabled setting from "no" to "auto" (service
> is enabled when BTH is enabled);
`no` is not supported anymore, only `yes` and `auto` are.
* 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>
* Add default to snmp community api_data
* Add changelog fragment
* fix typo
* suggestion from felixfontein
* suggestion from felixfontein
* Apply suggestions from code review
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
* Added support for 'routing filter num-list'
* Added support for 'routing filter num-list', changelog
* Added support for 'routing filter num-list', changelog
* Allow to restrict api_info output.
* Allow to restrict what api_modify modifies.
* Add changelog.
* Fix docs.
* Move shared code/docs to module utils and doc fragments.
* Refactor and allow to match by regex.
* Simplify rules, allow to invert rule matcher.
* Add more tests.
From the RouterOS 7.15 changelog:
```
*) wireguard - added option to mark peer as responder only;
*) wireguard - added peer "name" field and display it in logs;
```
* 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
* Added RouterOS 7.x support to '/mpls ldp' path
* Updated /mpls ldp path
- Reordered fields to match CLI
- Set 'vrf' field as primary key
- Fixed distribute-for-default field
- Added missing fields from RouterOS 7.x
* Add changelog fragment
* Add '/queue simple' path
* Add changelogs/fragments/260-add-queue_simple-path.yml
* Updated queue-simple path:
- Updated all default values to match those from the API
- Re-ordered fields to match API output
- Target is not required; added default value
* 'target' *is* required, however it interracts strangely with values of 0.0.0.0/0 and '' (Empty string).
* Updated PR in document fragment