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

uBFD - running on the local trunk addresses

not between Loopbacks
parent 26e191f5
No related branches found
No related tags found
1 merge request!225Draft: uBFD - running on the local trunk addresses
......@@ -85,8 +85,8 @@
<multiplier>3</multiplier>
<receive-interval>{{ bfd_min_interval }}</receive-interval>
<transmit-interval>{{ bfd_min_interval }}</transmit-interval>
<local-ip-address>{{ local['loopback'] }}</local-ip-address>
<remote-ip-address>{{ remote['loopback'] }}</remote-ip-address>
<local-ip-address>{{ (local.ipv4_address | split('/'))[0] }}</local-ip-address>
<remote-ip-address>{{ (remote.ipv4_address | split('/'))[0] }}</remote-ip-address>
</ipv4>
</bfd-liveness>
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment