mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-24 10:48:49 +02:00
fix: add missing fields to ip pool
path (#327)
* fix: add missing fields to `ip pool` path Signed-off-by: gardar <gardar@users.noreply.github.com> * fix: remove unneeded copy-from Signed-off-by: gardar <gardar@users.noreply.github.com> --------- Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
5936c1ecef
commit
d44262d820
2 changed files with 5 additions and 0 deletions
3
changelogs/fragments/327-add-missing-ip-pool-fields.yml
Normal file
3
changelogs/fragments/327-add-missing-ip-pool-fields.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
bugfixes:
|
||||
- api_info, api_modify - add missing fields ``comment``, ``next-pool`` to ``ip pool`` path (https://github.com/ansible-collections/community.routeros/pull/327).
|
|
@ -708,7 +708,9 @@ PATHS = {
|
|||
fully_understood=True,
|
||||
primary_keys=('name', ),
|
||||
fields={
|
||||
'comment': KeyInfo(),
|
||||
'name': KeyInfo(),
|
||||
'next-pool': KeyInfo(),
|
||||
'ranges': KeyInfo(),
|
||||
},
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue