main
Daniel Ankers 2024-02-07 15:40:48 +00:00
parent 8682b0e71e
commit 38a07f013e
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 }}.0;
interfaces {{ interface }}.0;
{% endfor %}
}
{% endif %}