mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 09:35:45 +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
|
@ -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