This brings in needed changes so that the ovs submodule exports route table related functionality.
As the ovs submodule has bumped its DPDK version we need to do so as well. Signed-off-by: Felix Huettner <felix.huettner@stackit.cloud> --- v4->v5: update the dpdk version based on ovs changes v3->v4: added ovs | 2 +- utilities/containers/prepare.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ovs b/ovs index 7b1ce8e2a..a3c06c309 160000 --- a/ovs +++ b/ovs @@ -1 +1 @@ -Subproject commit 7b1ce8e2a08454839c52b8cc02fdde5c78e7c40e +Subproject commit a3c06c309ab9f21fd9ce4e8dca542119d46be9c5 diff --git a/utilities/containers/prepare.sh b/utilities/containers/prepare.sh index 49bb2ac91..6922d8c6b 100755 --- a/utilities/containers/prepare.sh +++ b/utilities/containers/prepare.sh @@ -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() { -- 2.47.1 _______________________________________________ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev