diff options
author | Christian Breunig <christian@breunig.cc> | 2024-01-22 08:12:21 +0100 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-01-22 07:32:48 +0000 |
commit | d8a151eafbc7f87bd82f19439e37e8c87ca48d6f (patch) | |
tree | 1c8b37f68d5b761dfedd2106d3ed38132856a50c /interface-definitions | |
parent | 39d0464616be1fc12be201223a84937b43c19382 (diff) | |
download | vyos-1x-d8a151eafbc7f87bd82f19439e37e8c87ca48d6f.tar.gz vyos-1x-d8a151eafbc7f87bd82f19439e37e8c87ca48d6f.zip |
sflow: T5968: add VRF support
Add support to run hsflowd in a dedicated (e.g. management) VRF.
Command will be "set system sflow vrf <name>" like with any other service
(cherry picked from commit 64473fa6f320375fb3d3de4de9e729f456ee5ae2)
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/system_sflow.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/system_sflow.xml.in b/interface-definitions/system_sflow.xml.in index c5152abe9..aaf4033d8 100644 --- a/interface-definitions/system_sflow.xml.in +++ b/interface-definitions/system_sflow.xml.in @@ -106,6 +106,7 @@ </leafNode> </children> </tagNode> + #include <include/interface/vrf.xml.i> </children> </node> </children> |