specifie la vitesse du port

This commit is contained in:
Antoine Vintache 2018-09-27 18:03:35 +02:00 committed by detraz
parent 1aeb14ddc6
commit 57583da6b6

View file

@ -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 %}