diff options
author | Christian Breunig <christian@breunig.cc> | 2023-05-08 22:34:22 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-05-11 20:43:58 +0200 |
commit | bdc9e293a9acb6265b7c0f75a965da801e797574 (patch) | |
tree | 8558263dede522d542d65eceddd088d9b1fd87ae /interface-definitions | |
parent | 7ccd7b4ab990c5501069af7af5d6929abf5b4f11 (diff) | |
download | vyos-1x-bdc9e293a9acb6265b7c0f75a965da801e797574.tar.gz vyos-1x-bdc9e293a9acb6265b7c0f75a965da801e797574.zip |
syslog: T2769: add VRF support
Allow syslog messages to be sent through a VRF (e.g. management).
(cherry picked from commit 46d2bcdb0b500b4d1b9d973ab5b9ca3c6cf44e51)
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/system-syslog.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/system-syslog.xml.in b/interface-definitions/system-syslog.xml.in index f3dcae2f3..6d0feba33 100644 --- a/interface-definitions/system-syslog.xml.in +++ b/interface-definitions/system-syslog.xml.in @@ -955,6 +955,7 @@ </tagNode> </children> </node> + #include <include/interface/vrf.xml.i> </children> </node> </children> |