Experiemntal tags are removed from LRP options "routing-protocol-redirect" and "routing-protocols".
Signed-off-by: Martin Kalcok <[email protected]> --- NEWS | 7 +++++-- ovn-nb.xml | 8 -------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/NEWS b/NEWS index d1767e5b3..192532837 100644 --- a/NEWS +++ b/NEWS @@ -11,8 +11,8 @@ OVN v25.03.0 - xx xxx xxxx removed in the next release. - The LRP option 'centralize_routing' has been removed. The behavior is now enabled in all cases where it is needed. - - The experimental logical router port options "routing-protocol-redirect" - and "routing-protocols" are now also usable on distributed gateway ports. + - The logical router port options "routing-protocol-redirect" and + "routing-protocols" are now also usable on distributed gateway ports. - ovn-nb: Changed schema of ovn-nb to make networks optional within Logical Router Ports. - Added support for Spine-Leaf topology of logical switches by adding @@ -83,6 +83,9 @@ OVN v25.03.0 - xx xxx xxxx interface names using "dynamic-routing-port-mapping". - Add "options:ct-commit-all" to LR, that enables commit of all traffic to DNAT and SNAT zone when LR is stateful. + - Logical router port options "routing-protocol-redirect" and + "routing-protocols" are now considered stable. Their "experimental" tag + was removed. OVN v24.09.0 - 13 Sep 2024 -------------------------- diff --git a/ovn-nb.xml b/ovn-nb.xml index 9ae423ebb..3ab514651 100644 --- a/ovn-nb.xml +++ b/ovn-nb.xml @@ -3836,10 +3836,6 @@ or <column name="options" key="routing-protocol-redirect" type='{"type": "string"}'> - <p> - NOTE: this feature is experimental and may be subject to - removal/change in the future. - </p> <p> This option expects a name of a Logical Switch Port that's present in the peer's Logical Switch. If set, it causes any traffic @@ -3855,10 +3851,6 @@ or </column> <column name="options" key="routing-protocols" type='{"type": "string"}'> - <p> - NOTE: this feature is experimental and may be subject to - removal/change in the future. - </p> <p> This option expects a comma-separated list of routing, and routing-related protocols, whose control plane traffic will be -- 2.45.2 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
