Skip to content
Snippets Groups Projects
Commit c51e3155 authored by Serguei Bezverkhi's avatar Serguei Bezverkhi
Browse files

Install correct version of arping

Currently Ubuntu source installation loads arping package which is version
2.11. It does not support -U keyword which is used by lbaas.
iputil-arping package should be used instead.

Change-Id: I64c5e5b40e561d309281204b4f6aeaf0fb395cb5
Closes-Bug: #1586085
parent b40bf517
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ RUN yum -y install \
{% elif base_distro in ['ubuntu', 'debian'] %}
RUN apt-get -y install --no-install-recommends \
arping \
iputils-arping \
conntrack \
dnsmasq \
dnsmasq-utils \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment