[bgpd.conf] Advertise /64 prefix for ipv6 lo addresses (#1050)

This commit is contained in:
Taoyu Li 2017-10-17 18:28:27 -07:00 committed by lguohan
parent 03e532aa81
commit 7a0a2ea5d0

View File

@ -43,7 +43,7 @@ router bgp {{ DEVICE_METADATA['localhost']['bgp_asn'] }}
network {{ prefix | ip }}/32
{% elif prefix | ipv6 %}
address-family ipv6
network {{ prefix | ip }}/128
network {{ prefix | ip }}/64
exit-address-family
{% endif %}
{% endfor %}