mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-22 20:04:43 +02:00
attr order
This commit is contained in:
parent
d3aee3b83e
commit
d71bd5175f
1 changed files with 1 additions and 1 deletions
|
@ -4919,8 +4919,8 @@ PATHS = {
|
||||||
('interface', 'ethernet', 'switch', 'port-isolation'): APIData(
|
('interface', 'ethernet', 'switch', 'port-isolation'): APIData(
|
||||||
versioned=[
|
versioned=[
|
||||||
('6.43', '>=', VersionedAPIData(
|
('6.43', '>=', VersionedAPIData(
|
||||||
fully_understood=True,
|
|
||||||
primary_keys=('name', ),
|
primary_keys=('name', ),
|
||||||
|
fully_understood=True,
|
||||||
fields={
|
fields={
|
||||||
'forwarding-override': KeyInfo(),
|
'forwarding-override': KeyInfo(),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue