Bug 2177688
| Summary: | [23.C RHEL-9] Fast Datapath Release | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux Fast Datapath | Reporter: | Timothy Redaelli <tredaelli> |
| Component: | openvswitch3.1 | Assignee: | Timothy Redaelli <tredaelli> |
| Status: | CLOSED ERRATA | QA Contact: | ovs-qe |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | FDP 23.C | CC: | ctrautma, jhsiao, ralongi |
| Target Milestone: | --- | ||
| Target Release: | FDP 23.C | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openvswitch3.1-3.1.0-6.el9fdp | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-04-13 09:05:22 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Regression testing complete, no blockers found. 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: openvswitch3.1 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:1770 |
commit b3975381cdc832ba4bc459c651eb4fb5b9ab11b5 Merge: a95498388 dcdff1f42 Author: Open vSwitch CI <ovs-ci> Date: Mon Mar 6 15:01:06 2023 -0500 Merging upstream branch-3.1 Commit list: dcdff1f42 netdev-windows: Add checking when creating netdev with system type on Windows 39a7a18c3 ofproto-dpif-upcall: Include hardware offloaded flows in total flows. f7378bc7f ofproto-dpif-upcall: Reset ukey's last stats value if the datapath changed. commit a95498388261432ca7e274a094c69a9a380f4f6d Merge: 2cc76ba8e 694c7b4e0 Author: Open vSwitch CI <ovs-ci> Date: Thu Mar 2 00:02:15 2023 -0500 Merging upstream branch-3.1 Commit list: 694c7b4e0 classifier: Fix missing masks on a final stage with ports trie. commit 2cc76ba8ed00909c55cd1dd6e318d5016dc629e7 Merge: 03c758160 87249e136 Author: Open vSwitch CI <ovs-ci> Date: Tue Feb 28 07:59:50 2023 -0500 Merging upstream branch-3.1 Commit list: 87249e136 ofproto: Fix re-creation of tunnel backing interfaces on restart. commit 03c75816098b517541612b3ce1b1a030cd8362af Author: Timothy Redaelli <tredaelli> Date: Thu Feb 23 20:06:37 2023 +0100 redhat: use git rev-parse instead of git name-rev Currenty, git name-rev --name-only HEAD is used in order to get the current branch, but it doesn't work correctly if a tag is created so use git rev-parse --symbolic-full-name --abbrev-ref instead.