mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-04 18:24:52 +02:00
Make wireless parameter "running" read-only (#233)
Commit e4a21311
added API data for the "interface wireless" path. It
contained the read-only "running" parameter. Writing to the parameter
fails:
Error while modifying for name="…" (ID *3): unknown parameter running
Signed-off-by: Michael Hanselmann <public@hansmi.ch>
This commit is contained in:
parent
1beddb5854
commit
479f3106bf
2 changed files with 3 additions and 1 deletions
2
changelogs/fragments/233-wireless-running-read-only.yml
Normal file
2
changelogs/fragments/233-wireless-running-read-only.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- api_info, api_modify - mark the ``interface wireless`` parameter ``running`` as read-only (https://github.com/ansible-collections/community.routeros/pull/233).
|
Loading…
Add table
Add a link
Reference in a new issue