Skip to content

Commit

Permalink
Fi template
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshit Khatri authored and Harshit Khatri committed Dec 19, 2023
1 parent 9d02815 commit 1d57d4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ router bgp {{ router_bgp.as }}
neighbor {{ peer_group.name }} ebgp-multihop {{ peer_group.ebgp_multihop }}
{% endif %}
{% if peer_group.ttl_maximum_hops is arista.avd.defined %}
neighbor {{ peer_group.ip_address }} ttl maximum-hops {{ peer_group.ttl_maximum_hops }}
neighbor {{ peer_group.name }} ttl maximum-hops {{ peer_group.ttl_maximum_hops }}
{% endif %}
{% if peer_group.password is arista.avd.defined %}
neighbor {{ peer_group.name }} password 7 {{ peer_group.password | arista.avd.hide_passwords(hide_passwords) }}
Expand Down

0 comments on commit 1d57d4d

Please sign in to comment.