From 4839d5289024bc39311b5eea76d0b7e9398a223d Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342-AKURBATOV.local> Date: Wed, 24 Jul 2024 09:15:45 +0100 Subject: [PATCH] ICMP TTL expired to trunk_migration The same template should be in both `iptrunk` and `iptrunk_migration` roles. --- .../iptrunk_migration/templates/nokia/trunk_interface.j2 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/geant/gap_ansible/roles/iptrunk_migration/templates/nokia/trunk_interface.j2 b/geant/gap_ansible/roles/iptrunk_migration/templates/nokia/trunk_interface.j2 index 414d2f6b..3168ab25 100644 --- a/geant/gap_ansible/roles/iptrunk_migration/templates/nokia/trunk_interface.j2 +++ b/geant/gap_ansible/roles/iptrunk_migration/templates/nokia/trunk_interface.j2 @@ -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> -- GitLab