Skip to content

Commit f6f1e19

Browse files
Merge pull request #334 from vitalykorolev/MLE-24682_network-filtering-fix
MLE-24682 network filtering fix
2 parents e0f07ea + da73ec3 commit f6f1e19

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
@@ -38,6 +38,7 @@ void preBuildCheck() {
3838
}
3939

4040
// our VMs sometime disable bridge traffic. this should help to restore it.
41+
sh 'sudo modprobe br_netfilter'
4142
sh 'sudo sh -c "echo 1 > /proc/sys/net/bridge/bridge-nf-call-iptables"'
4243

4344
// install local version of golangci-lint and gotestsum

0 commit comments

Comments
 (0)