X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jenkins-scripts%2Fmininet-fedora.sh;h=c9d31488c9fbe983317031e45959e73492615daf;hb=c71ef02b79a156047dd37f185eff50bcd7c6a502;hp=65e31b946405f0c16130f9f605702378eb6efab1;hpb=8bed507c89f18a9b75a5aa9465aa51b8a13d5f4e;p=releng%2Fbuilder.git diff --git a/jenkins-scripts/mininet-fedora.sh b/jenkins-scripts/mininet-fedora.sh index 65e31b946..c9d31488c 100755 --- a/jenkins-scripts/mininet-fedora.sh +++ b/jenkins-scripts/mininet-fedora.sh @@ -7,12 +7,12 @@ jenkins ALL = NOPASSWD: ALL EOF # allow 6640 to be used with OVS if needed -semanage port -a -t openvswitch_port_t -p 6640 +semanage port -a -t openvswitch_port_t -p tcp 6640 -# make sure the firewall is stopped -service iptables stop +# make OVS run in permissive SELinux mode so that it can network connect +semanage permissive -a openvswitch_t -# stop firewall -systemctl stop firewalld +# make sure the firewall is stopped +/bin/bash disable_firewall.sh # vim: sw=2 ts=2 sts=2 et :