Package: ovn / 23.03.1-1~deb12u2

Metadata

Package Version Patches format
ovn 23.03.1-1~deb12u2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 vif plug representor Log reason for failure during u.patch | (download)

ovn-vif/lib/vif-plug-providers/representor/vif-plug-representor.c | 27 17 + 10 - 0 !
1 file changed, 17 insertions(+), 10 deletions(-)

 [patch 1/3] vif-plug-representor: log reason for failure during udev
 initialization.

In the case of failure during udev initialization, the reason is
0002 vif plug representor Lower severity of set udev recv.patch | (download)

ovn-vif/lib/vif-plug-providers/representor/vif-plug-representor.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 2/3] vif-plug-representor: lower severity of set udev recv buf
 size failure.

Setting the udev receive buffer size is a privileged operation,
and the ovn-controller may not always be allowed to set it.

Before this patch this message would be logged when running unit
tests as a non-root user and/or when the ovn-controller is ran in
an unprivilieged container.

The OVS/OVN unit tests often check and fail on any unexpected
WARN, ERR or EMER level messages.

Lower severity to INFO.

Reported-at: https://launchpad.net/bugs/2034700
Signed-off-by: Frode Nordahl <frode.nordahl@canonical.com>

CVE 2024 2182.patch | (download)

controller/bfd.c | 3 3 + 0 - 0 !
tests/ovn.at | 6 3 + 3 - 0 !
2 files changed, 6 insertions(+), 3 deletions(-)

 [patch ovn branch-23.03] controller: set check_tnl_key for bfd on
 tunnel ifaces.

The OVS BFD configuration option `check_tnl_key` controls whether
OVS should consider the tunnel key before processing BFD control
messages.  The OVN pipeline design ensures traffic originating
from a logical port will have a non-zero tunnel key.

Always set `check_tnl_key` to "true" to avoid processing of
BFD control messages originating from a logical port.

Signed-off-by: Frode Nordahl <frode.nordahl@canonical.com>
Signed-off-by: Dumitru Ceara <dceara@redhat.com>