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

`bgp_config`: add option for ttl-security

parent ad2afc94
No related branches found
No related tags found
1 merge request!262`bgp_config`: add option for ttl-security
Pipeline #93762 passed
...@@ -5,6 +5,9 @@ ...@@ -5,6 +5,9 @@
{% if neighbor.bfd_enabled %} {% if neighbor.bfd_enabled %}
<bfd-liveness>true</bfd-liveness> <bfd-liveness>true</bfd-liveness>
{% endif %} {% endif %}
{% if neighbor.ttl_security is not none %}
<ttl-security>{{ neighbor.ttl_security }}</ttl-security>
{% endif %}
{% if neighbor.ip_type == 'ipv4' %} {% if neighbor.ip_type == 'ipv4' %}
<local-address>{{ ipv4_local_addr }}</local-address> <local-address>{{ ipv4_local_addr }}</local-address>
<description>-- Peering with {{ partner_name | upper }} --</description> <description>-- Peering with {{ partner_name | upper }} --</description>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment