Skip to content

Commit 9c4499b

Browse files
committed
Update OVN to FDP25.A.1 24.09.2-41.
This contains the following relevant changes: - controller: Fix active mac-binding refresh for IPv6. - controller: Send ARP/ND for stale mac_bindings entries. (#FDP-1135) https://issues.redhat.com/browse/FDP-1135 - northd: Fix action parsing in build_lb_vip_actions(). (#FDP-1095) https://issues.redhat.com/browse/FDP-1095 - northd: Fix missing tier related ACL flows. (#FDP-1154) https://issues.redhat.com/browse/FDP-1154 - mac-cache: Fix expiration of active FDB entry due to skipped update. (#FDP-1132) https://issues.redhat.com/browse/FDP-1132 - mac-cache: Fix expiration of active MAC binding due to skipped update. (#FDP-1130) https://issues.redhat.com/browse/FDP-1130 - mac-cache: Fix MAC binding entry lookup for timestamp refresh. (#FDP-1131) https://issues.redhat.com/browse/FDP-1131 Signed-off-by: Dumitru Ceara <[email protected]>
1 parent 66faee9 commit 9c4499b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN dnf --setopt=retries=2 --setopt=timeout=2 install -y --nodocs \
1313
dnf clean all
1414

1515
ARG ovsver=3.4.0-18.el9fdp
16-
ARG ovnver=24.09.2-14.el9fdp
16+
ARG ovnver=24.09.2-41.el9fdp
1717
# NOTE: Ensure that the versions of OVS and OVN are overriden for OKD in each of the subsequent layers.
1818
# Centos and RHEL releases for ovn are built out of sync, so please make sure to bump for OKD with
1919
# the corresponding Centos version when updating the OCP version.

0 commit comments

Comments
 (0)