mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-12-16 10:32:02 +01:00
syslog: T2769: add VRF support
This commit is contained in:
parent
7f994eed80
commit
09696c680d
@ -74,6 +74,11 @@ sending the messages via port 514/UDP.
|
|||||||
either UDP or TCP.
|
either UDP or TCP.
|
||||||
|
|
||||||
|
|
||||||
|
.. cfgcmd:: set system syslog vrf <name>
|
||||||
|
|
||||||
|
Specify name of the :abbr:`VRF (Virtual Routing and Forwarding)` instance.
|
||||||
|
|
||||||
|
|
||||||
Local User Account
|
Local User Account
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
@ -238,8 +243,8 @@ Delete Logs
|
|||||||
|
|
||||||
Deletes the specified user-defined file <text> in the /var/log/user directory
|
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.
|
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
|
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
|
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
|
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.
|
file using system syslog :ref:`custom-file` command, and then delete the file.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user