Skip to content

Commit

Permalink
[bgpd.conf] Advertise /64 prefix for ipv6 lo addresses (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
taoyl-ms authored and lguohan committed Oct 18, 2017
1 parent 03e532a commit 7a0a2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-fpm-quagga/bgpd.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 7a0a2ea

Please sign in to comment.