Skip to content

Commit

Permalink
Revert change in not enabling ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
jbemmel committed Oct 5, 2024
1 parent 2c11300 commit d2b3207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netsim/ansible/templates/initial/cumulus.j2
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ interface {{ l.ifname }}
description Stub interface
{% endif %}
{# ipv6 LLA is required for unnumbered EBGP sessions to work #}
{% if 'bgp' in module|default('') and 'ipv6' not in l.dhcp.client|default({}) %}
{# ipv6 LLA is required for unnumbered ipv4/v6 EBGP sessions to work #}
{% if 'ipv6' not in l.dhcp.client|default({}) %}
ipv6 nd ra-interval 5
no ipv6 nd suppress-ra
{% endif %}
Expand Down

0 comments on commit d2b3207

Please sign in to comment.