mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 09:35:45 +02:00
Support "mode" in IPv4 neighbor discovery configuration (#198)
RouterOS 7.7 added a `mode` parameter to the IPv4 neighbor discovery configuration. Changelog: https://forum.mikrotik.com/viewtopic.php?t=192427 Signed-off-by: Michael Hanselmann <public@hansmi.ch>
This commit is contained in:
parent
e4a21311a1
commit
1aa41ad375
2 changed files with 3 additions and 0 deletions
|
@ -1020,6 +1020,7 @@ PATHS = {
|
|||
fields={
|
||||
'discover-interface-list': KeyInfo(),
|
||||
'lldp-med-net-policy-vlan': KeyInfo(default='disabled'),
|
||||
'mode': KeyInfo(default='tx-and-rx'),
|
||||
'protocol': KeyInfo(default='cdp,lldp,mndp'),
|
||||
},
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue