We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e590ec3 + 6a8e8a7 commit d4b4439Copy full SHA for d4b4439
docker/neutron/neutron-base/Dockerfile.j2
@@ -14,6 +14,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
14
{% if base_package_type == 'rpm' %}
15
16
{% set neutron_base_packages = [
17
+ 'iproute-tc',
18
'iputils',
19
'keepalived',
20
'net-tools',
@@ -54,6 +55,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
54
55
'dnsmasq',
56
'dnsmasq-utils',
57
'haproxy',
58
59
'ipset',
60
'iptables',
61
0 commit comments