mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
add missing package for iproute2 TC
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
parent
8464975447
commit
308fa431fd
2 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@ int villas::kernel::tc::netem_parse(struct rtnl_qdisc **netem, json_t *json)
|
|||
|
||||
if (json_delay_distribution) {
|
||||
if (set_delay_distribution(ne, json_delay_distribution))
|
||||
throw ConfigError(json_delay_distribution, "Invalid delay distribution in netem config");
|
||||
throw ConfigError(json_delay_distribution, "node-config-netem-distrobution", "Invalid delay distribution in netem config");
|
||||
}
|
||||
|
||||
if (json_delay_correlation) {
|
||||
|
|
|
@ -28,7 +28,7 @@ RUN dnf -y install \
|
|||
openssh-clients \
|
||||
rpmdevtools rpm-build \
|
||||
jq nmap-ncat \
|
||||
iproute \
|
||||
iproute iproute-tc \
|
||||
python-pip \
|
||||
valgrind gdb gdb-gdbserver \
|
||||
cppcheck \
|
||||
|
|
Loading…
Add table
Reference in a new issue