Add "mdns-repeat-ifaces" field to "ip dns" (#358)

RouterOS 7.16 introduced an mDNS proxy, configurable via
`mdns-repeat-ifaces` under `/ip/dns`.
This commit is contained in:
hansmi 2025-03-26 06:51:10 +01:00 committed by GitHub
parent 9d382a1b10
commit a920caa16a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- api_info, api_modify - add ``mdns-repeat-ifaces`` to ``ip dns`` for RouterOS 7.16 and newer (https://github.com/ansible-collections/community.routeros/pull/358).

View file

@ -2967,6 +2967,7 @@ PATHS = {
([('7.8', '>=')], 'doh-max-concurrent-queries', KeyInfo(default=50)),
([('7.8', '>=')], 'doh-max-server-connections', KeyInfo(default=5)),
([('7.8', '>=')], 'doh-timeout', KeyInfo(default='5s')),
([('7.16', '>=')], 'mdns-repeat-ifaces', KeyInfo()),
],
fields={
'allow-remote-requests': KeyInfo(),