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

ICMP TTL expired to trunk_migration

The same template should be in both `iptrunk` and `iptrunk_migration`
roles.
parent 05403e33
No related branches found
No related tags found
1 merge request!156ICMP TTL expired to trunk_migration
Pipeline #88026 passed
......@@ -70,6 +70,13 @@
<ip-mtu>9000</ip-mtu>
<port>{{ new_side.ae_name | lower }}</port>
<ipv4>
<icmp>
<ttl-expired>
<admin-state>enable</admin-state>
<number>{{ icmp_ttl_expired.number }}</number>
<seconds>{{ icmp_ttl_expired.seconds }}</seconds>
</ttl-expired>
</icmp>
<primary>
<address>{{(new_ipv4_address| split('/'))[0]}}</address>
<prefix-length>{{(new_ipv4_address| split('/'))[1]}}</prefix-length>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment