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:
hansmi 2023-08-20 14:17:14 +02:00 committed by GitHub
parent e4a21311a1
commit 1aa41ad375
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -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'),
},
),