diff --git a/tools/configure_for_func_testing.sh b/tools/configure_for_func_testing.sh index 09f04a9b69e..bed49cf494b 100755 --- a/tools/configure_for_func_testing.sh +++ b/tools/configure_for_func_testing.sh @@ -322,6 +322,10 @@ if [[ "$VENV" =~ "dsvm-fullstack" ]]; then _configure_iptables_rules # This module only exists on older kernels, built-in otherwise modinfo ip_conntrack_proto_sctp 1> /dev/null 2>&1 && sudo modprobe ip_conntrack_proto_sctp + if is_fedora; then + install_package kernel-modules-extra-`uname -r` + sudo modprobe sctp + fi fi echo "Phew, we're done!"