Skip to content

Commit 683a2df

Browse files
modprobe br_netfilter
1 parent 474511b commit 683a2df

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)