mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 09:35:45 +02:00
parent
56ce47aef5
commit
79dabbb67e
4 changed files with 22 additions and 0 deletions
|
@ -960,6 +960,24 @@ PATHS = {
|
|||
},
|
||||
),
|
||||
),
|
||||
('routing', 'rule'): APIData(
|
||||
versioned=[
|
||||
('7', '>=', VersionedAPIData(
|
||||
fully_understood=True,
|
||||
fields={
|
||||
'action': KeyInfo(can_disable=True),
|
||||
'comment': KeyInfo(can_disable=True, remove_value=''),
|
||||
'disabled': KeyInfo(default=False),
|
||||
'dst-address': KeyInfo(can_disable=True),
|
||||
'interface': KeyInfo(can_disable=True),
|
||||
'min-prefix': KeyInfo(can_disable=True),
|
||||
'routing-mark': KeyInfo(can_disable=True),
|
||||
'src-address': KeyInfo(can_disable=True),
|
||||
'table': KeyInfo(can_disable=True),
|
||||
},
|
||||
)),
|
||||
],
|
||||
),
|
||||
('routing', 'table'): APIData(
|
||||
versioned=[
|
||||
('7', '>=', VersionedAPIData(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue