Skip to content

Commit 26295cc

Browse files
Merge pull request #101 from vitalykorolev/MLE-24682_network-filtering-fix
MLE-24682 network filtering fix
2 parents 474511b + 683a2df commit 26295cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ void preBuildCheck() {
3535
}
3636

3737
// our VMs sometimes disable bridge traffic. this should help to restore it.
38+
sh 'sudo modprobe br_netfilter'
3839
sh 'sudo sh -c "echo 1 > /proc/sys/net/bridge/bridge-nf-call-iptables"'
3940
}
4041

0 commit comments

Comments
 (0)