diff options
| author | Kyle McClammy <kylem@serverforge.org> | 2025-07-24 19:20:39 +0000 |
|---|---|---|
| committer | Kyle McClammy <kylem@serverforge.org> | 2025-07-24 19:20:39 +0000 |
| commit | e0564b36303488d2033bdf921f54e4180269cdf5 (patch) | |
| tree | 1bd3d3409d95f146d9d3f4e3d38fdaae0f333f46 /data | |
| parent | 6c6bcb59b85efdb60129639afaade482a2419cfe (diff) | |
| download | vyos-1x-e0564b36303488d2033bdf921f54e4180269cdf5.tar.gz vyos-1x-e0564b36303488d2033bdf921f54e4180269cdf5.zip | |
T7175: Added VPP option
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/sflow/hsflowd.conf.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/templates/sflow/hsflowd.conf.j2 b/data/templates/sflow/hsflowd.conf.j2 index 6a1ba2956..fc251e92b 100644 --- a/data/templates/sflow/hsflowd.conf.j2 +++ b/data/templates/sflow/hsflowd.conf.j2 @@ -32,4 +32,7 @@ sflow { dropmon { limit={{ drop_monitor_limit }} start=on sw=on hw=off } {% endif %} dbus { } +{% if vpp is vyos_defined %} + vpp { } +{% endif %} } |
