Support DHCP matching type added in RouterOS 7.16 (#321)

This commit is contained in:
hansmi 2024-10-10 21:43:30 +02:00 committed by GitHub
parent c864078549
commit 5adc664b04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View file

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