From 761728810ce0b51105a2f4cf7176d68f4a6f4ba4 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 6 Jul 2022 15:10:27 +1000 Subject: [PATCH] Add CHANGES note for [GL #3433] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 49a222655a..f2789a4e73 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5918. [test] Convert system tests to use a default HMAC algorithm + where the test is not HMAC specific. [GL #3433] + 5917. [bug] Update ifconfig.sh script as is miscomputed interface identifiers when destroying interfaces. [GL #3061]