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
Branches
Tags
No related merge requests found
Pipeline #89497 passed
# GAP Ansible changelog
1.0.84:
- Update config parameters for TTL-expired in `iptrunk` and `iptrunk_migration` roles.
1.0.83:
- Update iBGP groups when terminating PE router: a) Remove PE from PE mesh; b) Remove PE from P routers config.
1.0.82:
......
......@@ -8,7 +8,7 @@ namespace: geant
name: gap_ansible
# 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
readme: README.md
......
......@@ -33,7 +33,7 @@ mtu_phy: 9212
mtu_ip: 9000
icmp_ttl_expired:
number: 2000
seconds: 5
seconds: 2
trunks:
- id: "{{ wfo_trunk.iptrunk.geant_s_sid }}"
......
......@@ -21,7 +21,7 @@ mtu_phy: 9212
mtu_ip: 9000
icmp_ttl_expired:
number: 2000
seconds: 5
seconds: 2
wfo_trunk: "{{ wfo_trunk_json }}"
config_object: "{{ object }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment