mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 09:35:45 +02:00
Add support for "routing table" (#215)
Signed-off-by: Michael Hanselmann <public@hansmi.ch>
This commit is contained in:
parent
2350913075
commit
4d8ebaeb8d
4 changed files with 17 additions and 0 deletions
|
@ -939,6 +939,19 @@ PATHS = {
|
|||
},
|
||||
),
|
||||
),
|
||||
('routing', 'table'): APIData(
|
||||
versioned=[
|
||||
('7', '>=', VersionedAPIData(
|
||||
fully_understood=True,
|
||||
fields={
|
||||
'name': KeyInfo(required=True),
|
||||
'comment': KeyInfo(can_disable=True, remove_value=''),
|
||||
'disabled': KeyInfo(can_disable=True),
|
||||
'fib': KeyInfo(),
|
||||
},
|
||||
)),
|
||||
],
|
||||
),
|
||||
('snmp', 'community'): APIData(
|
||||
unversioned=VersionedAPIData(
|
||||
fully_understood=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue