On Wed, Feb 18, 2026 at 10:49 AM Dumitru Ceara via dev < [email protected]> wrote:
> Experimental tags are removed from all the EVPN specific configurations > (in the NB and ovn-controller man pages). > > Reported-at: https://issues.redhat.com/browse/FDP-3133 > Signed-off-by: Dumitru Ceara <[email protected]> > --- > NOTE: As discussed on-list [0] this patch targets 26.03 (main branch > before hard freeze). > > [0] > https://mail.openvswitch.org/pipermail/ovs-dev/2026-February/430230.html > --- > Thank you Dumitru, just one nit down below. > NEWS | 2 ++ > controller/ovn-controller.8.xml | 6 ++---- > ovn-nb.xml | 20 -------------------- > 3 files changed, 4 insertions(+), 24 deletions(-) > > diff --git a/NEWS b/NEWS > index 4fcda14051..5e681a6472 100644 > --- a/NEWS > +++ b/NEWS > @@ -44,6 +44,8 @@ Post v25.09.0 > * Add the "options:dynamic-routing-no-learning" to Logical Routers > ports. > If set to true, router port will not learn routes and will forget > learned routes. This option has priority over its router > counterpart. > + * The EVPN support is now considered stable. Its "experimental" tag > was > + been removed. > nit: Either "was removed" or "has been removed". > - Add support for Network Function insertion in OVN with stateful > traffic > redirection capability in Logical Switch datapath. The feature > introduces > three new NB database tables: > diff --git a/controller/ovn-controller.8.xml > b/controller/ovn-controller.8.xml > index 42593f52c3..57e7cf5dd2 100644 > --- a/controller/ovn-controller.8.xml > +++ b/controller/ovn-controller.8.xml > @@ -426,8 +426,7 @@ > <dt><code>external_ids:ovn-evpn-vxlan-ports</code></dt> > <dd> > Comma separated list of UDP ports used as a destination port for > - the EVPN tunnels created by this ovn-controller. NOTE: this > feature is > - experimental and may be subject to removal/change in the future. > + the EVPN tunnels created by this ovn-controller. > </dd> > > <dt><code>external_ids:ovn-evpn-local-ip</code></dt> > @@ -437,8 +436,7 @@ > can be specified by the CMS according to the following syntax: > <code>external_ids:ovn-evpn-local-ip=vni0-IPv4,vni1-IPv4, > vni1-IPv6,IPv4,IPv6</code>, where if no VNI value is specified, > - OVN will use the provided IP as default IP. NOTE: this feature > - is experimental and may be subject to removal/change in the > future. > + OVN will use the provided IP as default IP. > </dd> > </dl> > > diff --git a/ovn-nb.xml b/ovn-nb.xml > index d4cef12e04..ab47ff5af8 100644 > --- a/ovn-nb.xml > +++ b/ovn-nb.xml > @@ -927,11 +927,6 @@ > <ref column="other_config" > key="dynamic-routing-advertise-ifname" > table="Logical_switch"/>, > </p> > - > - <p> > - NOTE: this feature is experimental and may be subject to > - removal/change in the future. > - </p> > </column> > > <column name="other_config" key="dynamic-routing-bridge-ifname"> > @@ -968,11 +963,6 @@ > Only relevant if <ref column="other_config" > key="dynamic-routing-vni" > table="Logical_switch"/> is set to valid > VNI. > </p> > - > - <p> > - NOTE: this feature is experimental and may be subject to > - removal/change in the future. > - </p> > </column> > > <column name="other_config" key="dynamic-routing-arp-prefer-local" > @@ -991,11 +981,6 @@ > Only relevant if <ref column="other_config" > key="dynamic-routing-vni" > table="Logical_switch"/> is set to valid > VNI. > </p> > - > - <p> > - NOTE: this feature is experimental and may be subject to > - removal/change in the future. > - </p> > </column> > > <column name="other_config" key="dynamic-routing-redistribute" > @@ -1017,11 +1002,6 @@ > all IPs/MACs bindings that are local to the chassis. This > applies to > VIFs and router ports. > </p> > - > - <p> > - NOTE: this feature is experimental and may be subject to > - removal/change in the future. > - </p> > </column> > </group> > > -- > 2.52.0 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > > With that addressed: Acked-by: Ales Musil <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
