Merge "Enable sctp module in the fullstack Centos node"
This commit is contained in:
commit
775a2382b3
@ -327,6 +327,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!"
|
||||
|
Loading…
Reference in New Issue
Block a user