Ensure ip6tables module installed

This module isn't always loaded automatically.

PiperOrigin-RevId: 317164471
This commit is contained in:
Kevin Krakauer 2020-06-18 13:05:14 -07:00 committed by gVisor bot
parent 3970c12743
commit f1aa919181
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ source $(dirname $0)/common.sh
make load-iptables
# Needed by ip6tables.
sudo modprobe ip6table_filter
install_runsc_for_test iptables --net-raw
test //test/iptables:iptables_test "--test_arg=--runtime=runc"
test //test/iptables:iptables_test "--test_arg=--runtime=${RUNTIME}"