From 57583da6b64e9d1138f1f681fc1e9f85ad46465f Mon Sep 17 00:00:00 2001 From: Antoine Vintache Date: Thu, 27 Sep 2018 18:03:35 +0200 Subject: [PATCH] specifie la vitesse du port --- templates/hp.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/hp.tpl b/templates/hp.tpl index 9a3e30b..43915f1 100644 --- a/templates/hp.tpl +++ b/templates/hp.tpl @@ -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 %}