]> git.puffer.fish Git - mirror/frr.git/commitdiff
docker: add ssmping to the the ubuntu docker images 18652/head 18713/head
authorDonald Sharp <sharpd@nvidia.com>
Wed, 23 Apr 2025 17:57:21 +0000 (13:57 -0400)
committerChristian Hopps <chopps@labn.net>
Thu, 24 Apr 2025 03:16:59 +0000 (23:16 -0400)
ssmping is missing from our docker builds.  Let's add
it so that topotests can run correctly.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Signed-off-by: Christian Hopps <chopps@labn.net>
docker/ubuntu-ci/Dockerfile

index 0bfcb51878f8e5121dbdcd96d5a493f381791464..98d025e554e1db7656ce26c8361229a650a5ec2a 100644 (file)
@@ -66,6 +66,7 @@ RUN apt update && apt upgrade -y && \
         snmp \
         snmp-mibs-downloader \
         snmpd \
+        ssmping \
         sudo \
         time \
         tshark \