mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 09:35:45 +02:00
Add support for "ip firewall layer7-protocol" (#153)
* Add support for "ip firewall layer7-protocol" * Add changelog fragment * Add changelog fragment
This commit is contained in:
parent
bbf5be5d71
commit
ab87a27018
4 changed files with 13 additions and 0 deletions
|
@ -2759,6 +2759,15 @@ PATHS = {
|
|||
'sip-timeout': KeyInfo(),
|
||||
},
|
||||
),
|
||||
('ip', 'firewall', 'layer7-protocol'): APIData(
|
||||
primary_keys=('name', ),
|
||||
fully_understood=True,
|
||||
fields={
|
||||
'comment': KeyInfo(can_disable=True, remove_value=''),
|
||||
'name': KeyInfo(),
|
||||
'regexp': KeyInfo(),
|
||||
},
|
||||
),
|
||||
('ip', 'hotspot', 'service-port'): APIData(
|
||||
fixed_entries=True,
|
||||
primary_keys=('name', ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue