From 027ad4624dc18c84f8d2b43acc1a2606c7a87293 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 12 Feb 2024 23:10:05 +0900 Subject: [PATCH] Fix wrong option name in release note This is follow-up of 0a554b4f29a800694539b285c75eb7f8a2a69193 and fixes the wrong option name mentioned in the release note file. Change-Id: I5fd200c1352aaed8cff1d4a857967f5e32e45db7 --- releasenotes/notes/support-ovn-mac-aging-8a555c608ccf8b04.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/support-ovn-mac-aging-8a555c608ccf8b04.yaml b/releasenotes/notes/support-ovn-mac-aging-8a555c608ccf8b04.yaml index 4a64b0d4103..c0654e7f442 100644 --- a/releasenotes/notes/support-ovn-mac-aging-8a555c608ccf8b04.yaml +++ b/releasenotes/notes/support-ovn-mac-aging-8a555c608ccf8b04.yaml @@ -2,7 +2,7 @@ features: - | MAC address aging in the OVN ML2 mech driver is now supported and can - be configured globally with the new ``[ovn] mac_binding_aging_threshold`` + be configured globally with the new ``[ovn] mac_binding_age_threshold`` and ``[ovn_nb_global] mac_binding_removal_limit`` configuration options. Setting the value per-router is not currently supported. This feature is available in OVN versions >= 22.09.0+. Previous versions will