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

Update the TTL-expired seconds

parent bea2d350
No related branches found
No related tags found
No related merge requests found
Pipeline #89497 passed
# GAP Ansible changelog # GAP Ansible changelog
1.0.84:
- Update config parameters for TTL-expired in `iptrunk` and `iptrunk_migration` roles.
1.0.83: 1.0.83:
- Update iBGP groups when terminating PE router: a) Remove PE from PE mesh; b) Remove PE from P routers config. - Update iBGP groups when terminating PE router: a) Remove PE from PE mesh; b) Remove PE from P routers config.
1.0.82: 1.0.82:
......
...@@ -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.83 version: 1.0.84
# 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
......
...@@ -33,7 +33,7 @@ mtu_phy: 9212 ...@@ -33,7 +33,7 @@ mtu_phy: 9212
mtu_ip: 9000 mtu_ip: 9000
icmp_ttl_expired: icmp_ttl_expired:
number: 2000 number: 2000
seconds: 5 seconds: 2
trunks: trunks:
- id: "{{ wfo_trunk.iptrunk.geant_s_sid }}" - id: "{{ wfo_trunk.iptrunk.geant_s_sid }}"
......
...@@ -21,7 +21,7 @@ mtu_phy: 9212 ...@@ -21,7 +21,7 @@ mtu_phy: 9212
mtu_ip: 9000 mtu_ip: 9000
icmp_ttl_expired: icmp_ttl_expired:
number: 2000 number: 2000
seconds: 5 seconds: 2
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