mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-22 09:53:32 +02:00
api_modify, api_info: support more fields in existing paths (#121)
* Support more paths. * Forgot comma. * Adjust tests. * power-cycle-ping-address and power-cycle-ping-timeout can be unset Co-authored-by: Tomas Herfert <68421396+therfert@users.noreply.github.com> Co-authored-by: Tomas Herfert <68421396+therfert@users.noreply.github.com>
This commit is contained in:
parent
558eb501d2
commit
9fc22be186
3 changed files with 20 additions and 0 deletions
|
@ -212,6 +212,7 @@ class TestRouterosApiInfoModule(ModuleTestCase):
|
|||
'!dst-port': None,
|
||||
'!fragment': None,
|
||||
'!hotspot': None,
|
||||
'!hw-offload': None,
|
||||
'!icmp-options': None,
|
||||
'!in-bridge-port': None,
|
||||
'!in-bridge-port-list': None,
|
||||
|
@ -295,6 +296,7 @@ class TestRouterosApiInfoModule(ModuleTestCase):
|
|||
'dst-port': None,
|
||||
'fragment': None,
|
||||
'hotspot': None,
|
||||
'hw-offload': None,
|
||||
'icmp-options': None,
|
||||
'in-bridge-port': None,
|
||||
'in-bridge-port-list': None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue