mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-08 01:04:37 +02:00
* Add regexp field to "ip dns static" * Change test_invalid_required_missing to use "ip dhcp-server" "ip dns static" requires name or regexp so it cannot be used in this test. * Add required_one_of attribute to APIData Used by "ip dns static" which requires either "name" or "regexp. * Add mutually_exclusive attribute to APIData Used by "ip dns static" where only one of "name" or "regexp" can be used. * Add changelog fragment |
||
---|---|---|
.. | ||
_api_data.py | ||
api.py | ||
quoting.py | ||
routeros.py |