The FDP team is no longer accepting new bugs in Bugzilla. Please report your issues under FDP project in Jira. Thanks.
Bug 2184495 - [23.C RHEL-8] Fast Datapath Release
Summary: [23.C RHEL-8] Fast Datapath Release
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux Fast Datapath
Classification: Red Hat
Component: openvswitch2.13
Version: FDP 23.C
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: FDP 23.C
Assignee: Timothy Redaelli
QA Contact: ovs-qe
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-04-04 20:44 UTC by Timothy Redaelli
Modified: 2023-04-18 14:07 UTC (History)
3 users (show)

Fixed In Version: openvswitch2.13-2.13.0-214.el8fdp
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-04-18 14:07:25 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker FD-2796 0 None None None 2023-04-04 20:45:12 UTC
Red Hat Product Errata RHSA-2023:1823 0 None None None 2023-04-18 14:07:32 UTC

Description Timothy Redaelli 2023-04-04 20:44:46 UTC
commit 00ef67676c56c93199f2c0d4b2bc441d64aa1ec6
Author: Aaron Conole <aconole>
Date:   Fri Mar 31 17:17:27 2023 -0400

    ofproto-dpif-xlate: Always mask ip proto field.
    
    The ofproto layer currently treats nw_proto field as overloaded to mean
    both that a proper nw layer exists, as well as the value contained in
    the header for the nw proto.  However, this is incorrect behavior as
    relevant standards permit that any value, including '0' should be treated
    as a valid value.
    
    Because of this overload, when the ofproto layer builds action list for
    a packet with nw_proto of 0, it won't build the complete action list that
    we expect to be built for the packet.  That will cause a bad behavior
    where all packets passing the datapath will fall into an incomplete
    action set.
    
    The fix here is to unwildcard nw_proto, allowing us to preserve setting
    actions for protocols which we know have support for the actions we
    program.  This means that a traffic which contains nw_proto == 0 cannot
    cause connectivity breakage with other traffic on the link.
    
    Reported-by: David Marchand <dmarchand>
    Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=2134873
    Acked-by: Ilya Maximets <i.maximets>
    Signed-off-by: Aaron Conole <aconole>

commit 368a92941275d9aef3b02e6ecde66ce04b27433c
Merge: 3b57b75f4 03bbec4a1
Author: Open vSwitch CI <ovs-ci>
Date:   Tue Feb 28 16:59:11 2023 -0500

    Merging upstream branch-2.13
    
    Commit list:
    03bbec4a11 classifier: Fix missing masks on a final stage with ports trie.

commit 3b57b75f4364ac0b5029fe713920023703b23a66
Merge: 6116eb623 581f4a450
Author: Open vSwitch CI <ovs-ci>
Date:   Mon Jan 9 14:59:21 2023 -0500

    Merging upstream branch-2.13
    
    Commit list:
    581f4a4501 cirrus: Update to use FreeBSD 12.4.

commit 6116eb62351a4bbdb88f20f95f0624a00ae58346
Merge: 3202b9a8c 301b0a075
Author: Open vSwitch CI <ovs-ci>
Date:   Fri Jan 6 12:28:59 2023 -0500

    Merging upstream branch-2.13
    
    Commit list:
    301b0a075f dpif: Fix tunnel key set for IPv6 tunnels with SLOW_ACTION.

commit 3202b9a8cfec0e86a3c192885692943cac343eeb
Merge: 1f5789747 57c76329e
Author: Open vSwitch CI <ovs-ci>
Date:   Tue Jan 3 20:44:20 2023 -0500

    Merging upstream branch-2.13
    
    Commit list:
    57c76329ef ci: Fix overriding OPTS provided from the yml.
    27987cf63e Prepare for 2.13.11.
    00d74c0ff0 Set release date for 2.13.10.
    9075265056 hash: Fix compilation error on Fedora 34 with GCC 11 and -O0.
    919ac948ec lldp: Fix bugs when parsing malformed AutoAttach.
    23b2d94433 rculist: Use rculist_back_protected to access prev.

commit 1f57897476c114e65f86f0eeb8269cf2adb48476
Merge: 3825d327a d169aab34
Author: Open vSwitch CI <ovs-ci>
Date:   Thu Nov 24 12:14:02 2022 -0500

    Merging upstream branch-2.13
    
    Commit list:
    d169aab341 rculist: Fix iteration macros.
    4de22044bb learn: Fix parsing immediate value for a field match.

Comment 3 Christian Trautman 2023-04-12 19:20:33 UTC
Regression testing complete, no blockers found.

Comment 5 errata-xmlrpc 2023-04-18 14:07:25 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: openvswitch2.13 security update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2023:1823


Note You need to log in before you can comment on or make changes to this bug.