diff options
author | Christian Breunig <christian@breunig.cc> | 2023-05-11 20:56:10 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-05-11 20:56:38 +0200 |
commit | 72d2da1f2e9d520466b0f40c3bf565eda4c3834d (patch) | |
tree | 960ed21c1a01c617ba0326ea32fc9529cdc2e43b | |
parent | 4729ac43abf9dbecde5c19e175fd9003939f2f8e (diff) | |
download | vyos-documentation-72d2da1f2e9d520466b0f40c3bf565eda4c3834d.tar.gz vyos-documentation-72d2da1f2e9d520466b0f40c3bf565eda4c3834d.zip |
syslog: T2769: add VRF support
(cherry picked from commit 09696c680db55502476bdda0644f348d35bab533)
-rw-r--r-- | docs/configuration/system/syslog.rst | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/docs/configuration/system/syslog.rst b/docs/configuration/system/syslog.rst index ab427d99..8755d905 100644 --- a/docs/configuration/system/syslog.rst +++ b/docs/configuration/system/syslog.rst @@ -74,6 +74,11 @@ sending the messages via port 514/UDP. either UDP or TCP. +.. cfgcmd:: set system syslog vrf <name> + + Specify name of the :abbr:`VRF (Virtual Routing and Forwarding)` instance. + + Local User Account ------------------ @@ -238,8 +243,8 @@ Delete Logs Deletes the specified user-defined file <text> in the /var/log/user directory -Note that deleting the log file does not stop the system from logging events. -If you use this command while the system is logging events, old log events -will be deleted, but events after the delete operation will be recorded in -the new file. To delete the file altogether, first delete logging to the -file using system syslog :ref:`custom-file` command, and then delete the file. +Note that deleting the log file does not stop the system from logging events. +If you use this command while the system is logging events, old log events +will be deleted, but events after the delete operation will be recorded in +the new file. To delete the file altogether, first delete logging to the +file using system syslog :ref:`custom-file` command, and then delete the file. |