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:
Tomas Herfert 2022-11-17 20:14:07 +01:00 committed by GitHub
parent 23b3aa3beb
commit 5af14a8940
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 247 additions and 16 deletions

View file

@ -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,