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

Merge branch 'fix/nokia_icmp_ttl_expired_migration' into 'develop'

ICMP TTL expired to trunk_migration

See merge request !156
parents 05403e33 4839d528
No related branches found
No related tags found
1 merge request!156ICMP TTL expired to trunk_migration
Pipeline #88027 passed
...@@ -70,6 +70,13 @@ ...@@ -70,6 +70,13 @@
<ip-mtu>9000</ip-mtu> <ip-mtu>9000</ip-mtu>
<port>{{ new_side.ae_name | lower }}</port> <port>{{ new_side.ae_name | lower }}</port>
<ipv4> <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> <primary>
<address>{{(new_ipv4_address| split('/'))[0]}}</address> <address>{{(new_ipv4_address| split('/'))[0]}}</address>
<prefix-length>{{(new_ipv4_address| split('/'))[1]}}</prefix-length> <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