diff --git a/templates/frr.conf.j2 b/templates/frr.conf.j2 index 10fdd45ad9631dc8c46b6587e84764e1900f148e..a91566fe8d21be5224cd7d62aa6204c429b16b9e 100644 --- a/templates/frr.conf.j2 +++ b/templates/frr.conf.j2 @@ -19,6 +19,12 @@ interface lo {% if frrlite_loopback_ip6|default(False) %} ipv6 address {{ frrlite_loopback_ip6 }} {% endif %} +{% for ip in frrlite_extra_loopback_ip4s|default([]) %} + ip address {{ ip }} +{% endfor %} +{% for ip in frrlite_extra_loopback_ip6s|default([]) %} + ipv6 address {{ ip }} +{% endfor %} ! {% endif %}