mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-09-01 07:30:11 +02:00
Merge branch 'ansible-collections:main' into firewall_log_fix
This commit is contained in:
commit
a26c60f9d9
3 changed files with 6 additions and 1 deletions
2
.github/workflows/reuse.yml
vendored
2
.github/workflows/reuse.yml
vendored
|
@ -28,4 +28,4 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: REUSE Compliance Check
|
- name: REUSE Compliance Check
|
||||||
uses: fsfe/reuse-action@v4
|
uses: fsfe/reuse-action@v5
|
||||||
|
|
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,
|
fully_understood=True,
|
||||||
primary_keys=('name', ),
|
primary_keys=('name', ),
|
||||||
fields={
|
fields={
|
||||||
|
'comment': KeyInfo(),
|
||||||
'name': KeyInfo(),
|
'name': KeyInfo(),
|
||||||
|
'next-pool': KeyInfo(),
|
||||||
'ranges': KeyInfo(),
|
'ranges': KeyInfo(),
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue