diff --git a/src/usr/lib/ztp/templates/ztp-config.j2 b/src/usr/lib/ztp/templates/ztp-config.j2 index b8f7d95..b528bc8 100644 --- a/src/usr/lib/ztp/templates/ztp-config.j2 +++ b/src/usr/lib/ztp/templates/ztp-config.j2 @@ -32,6 +32,15 @@ {%- endfor %} }, +{% if ZTP_IPV6 == "true" and ZTP_INBAND == "true" %} + "INTERFACE": { +{%- for port in PORT -%} + "{{port}}" : { + "ipv6_use_link_local_only": "enable" + }{%- if loop.last == False -%},{% endif %} +{%- endfor %} + }, +{% endif %} "ZTP" : { "mode" : { "profile" : "active",