On Tue, 14 Jul 2020 14:40:32 +0200 Paolo Pisati wrote:
#
# Run a couple of IP defragmentation tests.
+modprobe -q nf_defrag_ipv6
set +x
set -e
Any reason you add this command before set -e ?
It seems we want the script to fail if module can't be loaded.