mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-22 09:53:32 +02:00
support for new API paths and few updates (#133)
* support for new API paths and few updates Signed-off-by: Tomas Herfert <herfik> * changelog fix Signed-off-by: Tomas Herfert <herfik> * tests update Signed-off-by: Tomas Herfert <herfik> Signed-off-by: Tomas Herfert <herfik> Co-authored-by: Tomas Herfert <herfik>
This commit is contained in:
parent
23b3aa3beb
commit
5af14a8940
5 changed files with 247 additions and 16 deletions
|
@ -220,6 +220,7 @@ class TestRouterosApiInfoModule(ModuleTestCase):
|
|||
'!ingress-priority': None,
|
||||
'!ipsec-policy': None,
|
||||
'!ipv4-options': None,
|
||||
'!jump-target': None,
|
||||
'!layer7-protocol': None,
|
||||
'!limit': None,
|
||||
'!log': None,
|
||||
|
@ -238,6 +239,7 @@ class TestRouterosApiInfoModule(ModuleTestCase):
|
|||
'!protocol': None,
|
||||
'!psd': None,
|
||||
'!random': None,
|
||||
'!reject-with': None,
|
||||
'!routing-mark': None,
|
||||
'!routing-table': None,
|
||||
'!src-address': None,
|
||||
|
@ -304,6 +306,7 @@ class TestRouterosApiInfoModule(ModuleTestCase):
|
|||
'ingress-priority': None,
|
||||
'ipsec-policy': None,
|
||||
'ipv4-options': None,
|
||||
'jump-target': None,
|
||||
'layer7-protocol': None,
|
||||
'limit': None,
|
||||
'log': None,
|
||||
|
@ -322,6 +325,7 @@ class TestRouterosApiInfoModule(ModuleTestCase):
|
|||
'protocol': None,
|
||||
'psd': None,
|
||||
'random': None,
|
||||
'reject-with': None,
|
||||
'routing-mark': None,
|
||||
'routing-table': None,
|
||||
'src-address': None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue