diff options
author | Christian Breunig <christian@breunig.cc> | 2024-01-22 09:25:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-22 09:25:11 +0100 |
commit | 7f7cf25cdd84da7c2b99c0913e5ba25d999b3978 (patch) | |
tree | 1c8b37f68d5b761dfedd2106d3ed38132856a50c /interface-definitions | |
parent | 39d0464616be1fc12be201223a84937b43c19382 (diff) | |
parent | d8a151eafbc7f87bd82f19439e37e8c87ca48d6f (diff) | |
download | vyos-1x-7f7cf25cdd84da7c2b99c0913e5ba25d999b3978.tar.gz vyos-1x-7f7cf25cdd84da7c2b99c0913e5ba25d999b3978.zip |
Merge pull request #2870 from vyos/mergify/bp/sagitta/pr-2869
sflow: T5968: add VRF support (backport #2869)
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> |