mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Ensure ip6tables module installed
This module isn't always loaded automatically. PiperOrigin-RevId: 317164471
This commit is contained in:
committed by
gVisor bot
parent
3970c12743
commit
f1aa919181
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user