On Mon, Aug 4, 2025 at 11:52 AM Dumitru Ceara via dev <
[email protected]> wrote:

> Otherwise the system tests relying on it won't run, e.g., "DHCP RELAY".
>
> Signed-off-by: Dumitru Ceara <[email protected]>
> ---
>  utilities/containers/fedora/Dockerfile | 1 +
>  utilities/containers/ubuntu/Dockerfile | 1 +
>  2 files changed, 2 insertions(+)
>
> diff --git a/utilities/containers/fedora/Dockerfile
> b/utilities/containers/fedora/Dockerfile
> index 20a06c2492..ace35147c2 100755
> --- a/utilities/containers/fedora/Dockerfile
> +++ b/utilities/containers/fedora/Dockerfile
> @@ -11,6 +11,7 @@ RUN dnf -y update \
>          checkpolicy \
>          clang \
>          curl \
> +        dhcp-client \
>          dhcp-server \
>          ethtool \
>          gcc \
> diff --git a/utilities/containers/ubuntu/Dockerfile
> b/utilities/containers/ubuntu/Dockerfile
> index 8a31fce598..bf64974de4 100755
> --- a/utilities/containers/ubuntu/Dockerfile
> +++ b/utilities/containers/ubuntu/Dockerfile
> @@ -19,6 +19,7 @@ RUN apt update -y \
>          iproute2 \
>          iputils-arping \
>          iputils-ping \
> +        isc-dhcp-client \
>          isc-dhcp-server \
>          kmod \
>          libelf-dev \
> --
> 2.50.1
>
> _______________________________________________
> dev mailing list
> [email protected]
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
>
Thank you Dumitru,

I went ahead and applied this to main and backported all the way down to
24.09.

Regards,
Ales
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to