mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-31 23:20:03 +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 |
||
---|---|---|
.. | ||
fixtures | ||
fake_api.py | ||
routeros_module.py | ||
test_api.py | ||
test_api_facts.py | ||
test_api_find_and_modify.py | ||
test_api_info.py | ||
test_api_modify.py | ||
test_command.py | ||
test_facts.py | ||
utils.py |