Skip to content
Snippets Groups Projects

`bgp_config`: add option for ttl-security

Merged Aleksandr Kurbatov requested to merge feature/nat-1158-ttl-security into develop
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -5,6 +5,9 @@
{% if neighbor.bfd_enabled %}
<bfd-liveness>true</bfd-liveness>
{% endif %}
{% if neighbor.ttl_security is not none %}
<ttl-security>{{ neighbor.ttl_security }}</ttl-security>
{% endif %}
{% if neighbor.ip_type == 'ipv4' %}
<local-address>{{ ipv4_local_addr }}</local-address>
<description>-- Peering with {{ partner_name | upper }} --</description>
Loading