mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 09:35:45 +02:00
Support DHCP matching type added in RouterOS 7.16 (#321)
This commit is contained in:
parent
c864078549
commit
5adc664b04
2 changed files with 5 additions and 0 deletions
|
@ -2798,6 +2798,9 @@ PATHS = {
|
|||
('7.4', '>=', VersionedAPIData(
|
||||
fully_understood=True,
|
||||
primary_keys=('name', ),
|
||||
versioned_fields=[
|
||||
([('7.16', '>=')], 'matching-type', KeyInfo()),
|
||||
],
|
||||
fields={
|
||||
'address-pool': KeyInfo(default='none'),
|
||||
'code': KeyInfo(required=True),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue