forked from ovn-org/ovn
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This brings in needed changes so that the ovs submodule exports route table related functionality. It also picks up 63785d16db11 ("fedora: Don't generate network-scripts-openvswitch for ver > 40.") which is needed for moving OVN CI to Fedora 41 images. As the ovs submodule has bumped its DPDK version we need to do so as well. Acked-by: Dumitru Ceara <dceara@redhat.com> Signed-off-by: Felix Huettner <felix.huettner@stackit.cloud> Signed-off-by: Dumitru Ceara <dceara@redhat.com>
- Loading branch information
1 parent
f5aae90
commit 5ed3069
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule ovs
updated
76 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/bash -xe | ||
|
||
DPDK_GIT=https://dpdk.org/git/dpdk | ||
DPDK_VER=23.11 | ||
DPDK_VER=24.11 | ||
|
||
function compile_sparse() | ||
{ | ||
|