On Thu, Feb 27, 2025 at 05:33:00PM +0100, Martin Kalcok wrote: > Experiemntal tags are removed from LRP options "routing-protocol-redirect" and > "routing-protocols".
Acked-by: Felix Huettner <[email protected]> > > Acked-by: Dumitru Ceara <[email protected]> > 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..455fc12b6 100644 > --- a/NEWS > +++ b/NEWS > @@ -11,8 +11,6 @@ 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. > - 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 > @@ -81,6 +79,11 @@ OVN v25.03.0 - xx xxx xxxx > learned from a linux interfaces that is locally bound to the > referenced > LSP will be learned. Additionally support local overwrites for > arbitrary > interface names using "dynamic-routing-port-mapping". > + * The logical router port options "routing-protocol-redirect" and > + "routing-protocols" are now also usable on distributed gateway ports. > + * Logical router port options "routing-protocol-redirect" and > + "routing-protocols" are now considered stable. Their "experimental" > tag > + was removed. > - Add "options:ct-commit-all" to LR, that enables commit of all traffic > to DNAT and SNAT zone when LR is stateful. > > 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
