You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This got solved for eos_cli_config_gen where the unit is optional, but in l3ls it's mandatory and some platforms don't support it.
storm_control:
all:
level: < Configure maximum storm-control level >
unit: < percent* | pps (optional and is hardware dependant - default is percent)>
We would need to factor this in for eos_l3ls_evpn and make it optional
{% if port_profiles[adapter.profile].storm_control is defined and port_profiles[adapter.profile].storm_control is not none %}
storm_control:
{% for section in port_profiles[adapter.profile].storm_control %}
{{ section }}:
level: {{ port_profiles[adapter.profile].storm_control[section].level }}
unit: {{ port_profiles[adapter.profile].storm_control[section].unit }}
{% endfor %}
{% endif %}
Role or Module Name
eos_l3ls_evpn
OS / Environment
EOS Version
Cloudvision version (optional)
OS running Ansible
Steps to reproduce
Expected results
$
Actual results
The text was updated successfully, but these errors were encountered:
Issue Type
Summary
This got solved for eos_cli_config_gen where the unit is optional, but in l3ls it's mandatory and some platforms don't support it.
We would need to factor this in for eos_l3ls_evpn and make it optional
Role or Module Name
eos_l3ls_evpn
OS / Environment
EOS Version
Cloudvision version (optional)
OS running Ansible
Steps to reproduce
Expected results
Actual results
The text was updated successfully, but these errors were encountered: