Skip to content
Snippets Groups Projects
Commit 79eab112 authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

Merge branch 'fix/ttl-security' into 'develop'

`bgp_config`: add multihop when ttl-security is selected

See merge request !276
parents 92fe10cf eb834e9d
No related branches found
No related tags found
1 merge request!276`bgp_config`: add multihop when ttl-security is selected
Pipeline #94839 passed
......@@ -7,6 +7,7 @@
{% endif %}
{% if neighbor.ttl_security is not none %}
<ttl-security>{{ neighbor.ttl_security }}</ttl-security>
<multihop>{{ neighbor.ttl_security }}</multihop>
{% endif %}
{% if neighbor.ip_type == 'ipv4' %}
<local-address>{{ ipv4_local_addr }}</local-address>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment