We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474511b commit 683a2dfCopy full SHA for 683a2df
Jenkinsfile
@@ -35,6 +35,7 @@ void preBuildCheck() {
35
}
36
37
// our VMs sometimes disable bridge traffic. this should help to restore it.
38
+ sh 'sudo modprobe br_netfilter'
39
sh 'sudo sh -c "echo 1 > /proc/sys/net/bridge/bridge-nf-call-iptables"'
40
41
0 commit comments