vm_setup.sh: add iptables dependency
We started to use iptables in patch 21bd94275
(libsock: add functional tests) but never added
the package dependency.
Change-Id: I651f2545a11f546f8b47f9759fbaed3a141f0928
Signed-off-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-on: https://review.gerrithub.io/c/443597
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
d9d4e40dd2
commit
0b4da45dbc
@ -426,7 +426,8 @@ if $INSTALL; then
|
||||
sshfs \
|
||||
sshpass \
|
||||
python3-pandas \
|
||||
btrfs-progs
|
||||
btrfs-progs \
|
||||
iptables
|
||||
fi
|
||||
|
||||
sudo mkdir -p /usr/src
|
||||
|
Loading…
Reference in New Issue
Block a user