diff options
author | Christian Breunig <christian@breunig.cc> | 2024-01-22 08:12:21 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-01-22 08:12:21 +0100 |
commit | 64473fa6f320375fb3d3de4de9e729f456ee5ae2 (patch) | |
tree | 515fce4e97b9103f320bc8d55a9a7b2fd0f13f89 /interface-definitions | |
parent | c9bceff2191986af504b114d2d8cfc3547f72ed1 (diff) | |
download | vyos-1x-64473fa6f320375fb3d3de4de9e729f456ee5ae2.tar.gz vyos-1x-64473fa6f320375fb3d3de4de9e729f456ee5ae2.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
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> |