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

v1.1.71

parent 8c0bae8e
Branches
Tags 1.1.71
No related merge requests found
Pipeline #94198 passed
# GAP Ansible changelog
## 1.1.71 2025-05-16
- `iptrunk`: Introducing the concept of trunk versions.
The current standard version (all existing trunks) gets version 1.0.
The next possible version supported in the GAP Ansible collection is
version 2.0, which includes:
- QoS export policy on physical LAG memebers;
- IP MTU is not explicitely set on IP interfaces, hence it will be
calculated by the SROS from the PHY MTU.
- If BFD is required for the trunk, then version 2.0 will configure:
- uBFD (using interface p2p IP addresses instead of Loopbacks).
- `bfd-on-distributing-only` SROS configuration knob.
- `iptrunk_migrate` role updated to support trunks 2.0 as per above description.
## 1.1.70 2025-05-08
- `l2circuits`: updated algorithm how to calculate `ims_service_name` (aka `custom_service_name`).
......
......@@ -8,7 +8,7 @@ namespace: geant
name: gap_ansible
# The version of the collection. Must be compatible with semantic versioning
version: 1.1.70
version: 1.1.71
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment