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

v1.0.82

TTL-expired fix in `iptrunk_migration` - added role vars
parent 177dae64
No related branches found
No related tags found
No related merge requests found
Pipeline #88047 passed
# GAP Ansible changelog # GAP Ansible changelog
1.0.82:
- Fix of ICMP TTL-expired in `iptrunk_migration`
1.0.81: 1.0.81:
- Added ICMP TTL-expired config in interface template in `iptrunk_migration` (NAT-622) - Added ICMP TTL-expired config in interface template in `iptrunk_migration` (NAT-622)
1.0.80: 1.0.80:
......
...@@ -8,7 +8,7 @@ namespace: geant ...@@ -8,7 +8,7 @@ namespace: geant
name: gap_ansible name: gap_ansible
# The version of the collection. Must be compatible with semantic versioning # The version of the collection. Must be compatible with semantic versioning
version: 1.0.81 version: 1.0.82
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md readme: README.md
......
...@@ -19,6 +19,9 @@ config_objects: ...@@ -19,6 +19,9 @@ config_objects:
bfd_min_interval: 3000 bfd_min_interval: 3000
mtu_phy: 9212 mtu_phy: 9212
mtu_ip: 9000 mtu_ip: 9000
icmp_ttl_expired:
number: 2000
seconds: 5
wfo_trunk: "{{ wfo_trunk_json }}" wfo_trunk: "{{ wfo_trunk_json }}"
config_object: "{{ object }}" config_object: "{{ object }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment