From 4be9aba39eae0e5bf615cf539a54770e2147b1ab Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 3 Jun 2022 17:01:20 +1000 Subject: [PATCH] Add CHANGES note for [GL #3389] (cherry picked from commit 09d8ed39708859c1a4922ecbb04077e5dd4b215a) --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 04fb685150..b8a38ee17e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5922. [bug] Forwarding of UPDATE message could fail with the + introduction of netmgr. This has been fixed. [GL #3389] + 5917. [bug] Update ifconfig.sh script as is miscomputed interface identifiers when destroying interfaces. [GL #3061]