Skip to content
Snippets Groups Projects

iptrunk_migration Nokia and Juniper templates update

Merged Aleksandr Kurbatov requested to merge fix/nokia_trunk_template into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -13,7 +13,7 @@
bfd-liveness-detection {
minimum-interval {{ bfd_min_interval }};
neighbor {{ remaining_side['loopback'] }};
local-address {{ new_side['loopback'] }};
local-address {{ new_node.router.router_lo_ipv4_address }};
}
{% endif %}
{% if (new_side.minimum_links | int) > 0 %}
Loading