mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-03 01:34:40 +02:00
Update logging action fields for ROS 7.18 (#381)
* Update logging action fields for ROS 7.18 * Add changelog fragment * Update changelogs/fragments/381-logging-cef.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
b70b4a72b3
commit
008b5f893a
2 changed files with 7 additions and 0 deletions
|
@ -5221,6 +5221,11 @@ PATHS = {
|
|||
unversioned=VersionedAPIData(
|
||||
fully_understood=True,
|
||||
primary_keys=('name',),
|
||||
versioned_fields=[
|
||||
([('7.18', '>=')], 'remote-log-format', KeyInfo(default='default')),
|
||||
([('7.18', '>=')], 'remote-protocol', KeyInfo(default='udp')),
|
||||
([('7.18', '>=')], 'cef-event-delimiter', KeyInfo(default='\r\n')),
|
||||
],
|
||||
fields={
|
||||
'bsd-syslog': KeyInfo(default=False),
|
||||
'comment': KeyInfo(can_disable=True, remove_value=''),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue