specifie la vitesse du port

master
Antoine Vintache 6 years ago committed by detraz
parent 1aeb14ddc6
commit 57583da6b6

@ -172,6 +172,9 @@ interface {{ port.port }}
{%- if not port.get_port_profil.dhcpv6_snooping %}
dhcpv6-snooping trust
{%- endif %}
{%- if port.get_port_profil.speed != "auto" %}
speed-duplex {{port.get_port_profil.speed}}
{%- endif %}
no lacp
exit
{%- endfor %}

Loading…
Cancel
Save