From c14a524d7134b54e315d72b5b449351fd04ae813 Mon Sep 17 00:00:00 2001 From: Gaige B Paulsen Date: Sat, 4 Jan 2025 04:00:11 -0500 Subject: T6987: update vyos_logging_global for 1.4+ (#370) * T68987: update for 1.4+ * chore: remove redundant vars * tests: fix vyos_facts integration tests * tests: fix integration tests for vyos_config * fix: restore documentation samples * chore: update readme --- docs/vyos.vyos.vyos_logging_global_module.rst | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/vyos.vyos.vyos_logging_global_module.rst b/docs/vyos.vyos.vyos_logging_global_module.rst index 1111b6c..6d8550a 100644 --- a/docs/vyos.vyos.vyos_logging_global_module.rst +++ b/docs/vyos.vyos.vyos_logging_global_module.rst @@ -719,7 +719,7 @@ Parameters -
syslog communication protocol
+
syslog communication protocol. Version 1.3 and below.
@@ -786,6 +786,27 @@ Parameters
Destination port (1-65535)
+ + + + +
+ protocol + +
+ string +
+ + + + + +
syslog communication protocol. Version 1.4+
+ + @@ -1003,7 +1024,7 @@ Notes ----- .. note:: - - Tested against vyos 1.2 + - Tested against vyos 1.3.8+ - This module works with connection ``network_cli``. - The Configuration defaults of the Vyos network devices are supposed to hinder idempotent behavior of plays @@ -1632,7 +1653,7 @@ Common return values are documented `here The provided configuration in the task rendered in device-native format (offline).
Sample:
-
['set system syslog host 172.16.0.1 port 223', 'set system syslog user vyos facility local7 level debug', 'set system syslog global facility cron level debug']
+
['set system syslog host 172.16.0.1 port 223', 'set system syslog user vyos facility local7 level debug', 'set system syslog global facility cron level debu']
-- cgit v1.2.3