diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-02-02 10:29:48 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-02-02 10:29:50 +0100 |
commit | 1b3a7598bd7d6958d0a915299ba1957c4e79485a (patch) | |
tree | faf09b9a21a9d3a6df7675760ab44a6075549121 | |
parent | 08f793a2054a0069b658a286d2863887472777f4 (diff) | |
download | vyos-1x-1b3a7598bd7d6958d0a915299ba1957c4e79485a.tar.gz vyos-1x-1b3a7598bd7d6958d0a915299ba1957c4e79485a.zip |
Debian: add iperf(3) to list of required packages
We have a CLI wrapper so we must also have it in our list of dependencies.
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index d7cf064ae..9df421977 100644 --- a/debian/control +++ b/debian/control @@ -71,6 +71,8 @@ Depends: python3, ssl-cert, nginx-light, lldpd, + iperf, + iperf3, frr, dbus, hostapd (>= 0.6.8), |