mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-05 02:35:04 +02:00
Paths (#137)
* support for "interface ethernet poe" and "interface vrrp" Signed-off-by: Tomas Herfert <herfik> * support "interface gre6" path Signed-off-by: Tomas Herfert <herfik> * ip dhcp-server - fix Signed-off-by: Tomas Herfert <herfik> * docs & changelog Signed-off-by: Tomas Herfert <herfik> * support for "interface ethernet poe" and "interface vrrp" Signed-off-by: Tomas Herfert <herfik> * support "interface gre6" path Signed-off-by: Tomas Herfert <herfik> * ip dhcp-server - fix Signed-off-by: Tomas Herfert <herfik> * docs & changelog Signed-off-by: Tomas Herfert <herfik> * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> Signed-off-by: Tomas Herfert <herfik> Co-authored-by: Tomas Herfert <herfik> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
4ed2fc82e5
commit
4376906ed0
4 changed files with 84 additions and 1 deletions
5
changelogs/fragments/137-api.yml
Normal file
5
changelogs/fragments/137-api.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
minor_changes:
|
||||
- api_info, api_modify - support API paths ``interface ethernet poe``, ``interface gre6``, ``interface vrrp`` and also support all previously missing fields of entries in ``ip dhcp-server`` (https://github.com/ansible-collections/community.routeros/pull/137).
|
||||
bugfixes:
|
||||
- api_modify - ``address-pool`` field of entries in API path ``ip dhcp-server`` is not required anymore (https://github.com/ansible-collections/community.routeros/pull/137).
|
Loading…
Add table
Add a link
Reference in a new issue