Sflow section needs the unit number

main
Daniel Ankers 2024-02-06 15:02:34 +00:00
parent 0417686403
commit 8682b0e71e
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ routing-options {
collector {{ collector }};
{% endfor %}
{% for interface in device['config_context']['sflow']['interfaces'] %}
interface {{ interface }};
interface {{ interface }}.0;
{% endfor %}
}
{% endif %}