Skip to content

Commit 627b801

Browse files
authored
Merge pull request #629 from kytos-ng/backport/2024.1/cleanup_old_path
Backport fixed `handle_link_down`
2 parents dedb33a + 0224839 commit 627b801

File tree

5 files changed

+687
-314
lines changed

5 files changed

+687
-314
lines changed

CHANGELOG.rst

+9
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,18 @@ All notable changes to the MEF_ELine NApp will be documented in this file.
66
[UNRELEASED] - Under development
77
********************************
88

9+
[2024.1.12] - 2025-02-18
10+
************************
11+
12+
Fixed
13+
=====
14+
- Fixed inconsistencies with link down behaviour. Flows and vlan reservations should now be properly cleared on link down.
15+
916
[2024.1.11] - 2025-02-12
1017
************************
1118

19+
Fixed
20+
=====
1221
- Fixed Path ``choose_vlans`` to be all or nothing, if a path link fails to allocate a vlan, it'll release the allocated vlans.
1322

1423
[2024.1.10] - 2025-01-22

kytos.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"username": "kytos",
44
"name": "mef_eline",
55
"description": "NApp to provision circuits from user request",
6-
"version": "2024.1.11",
6+
"version": "2024.1.12",
77
"napp_dependencies": ["kytos/flow_manager", "kytos/pathfinder", "amlight/sndtrace_cp"],
88
"license": "MIT",
99
"tags": [],

0 commit comments

Comments
 (0)