ovs-dpctl-top
Production Quality, Multilayer Open Virtual Switch
RUN apt-get update && \
apt-get install -y openvswitch-common
RUN apt-get update && \
apt-get install -y openvswitch-switch
RUN apk add openvswitch
RUN pacman -S --noconfirm openvswitch
RUN apt-get update && \
apt-get install -y openvswitch-common
RUN yum install -y openvswitch
RUN dnf install -y openvswitch
RUN apt-get update && \
apt-get install -y openvswitch-switch