mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-09 20:55:06 +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
2
changelogs/fragments/381-logging-cef.yml
Normal file
2
changelogs/fragments/381-logging-cef.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- api_info, api modify - add ``remote-log-format``, ``remote-protocol``, and ``event-delimiter`` to ``system logging action`` (https://github.com/ansible-collections/community.routeros/pull/381).
|
|
@ -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