Install firewalld in CentOS 7

This commit is contained in:
Teddysun 2016-06-03 23:39:51 +09:00
parent 9698acd2a3
commit bf436ed3bd

View File

@ -290,7 +290,7 @@ install_l2tp(){
elif check_sys packageManager yum; then elif check_sys packageManager yum; then
if centosversion 7; then if centosversion 7; then
yum -y install epel-release yum -y install epel-release
yum -y install ppp libreswan xl2tpd yum -y install ppp libreswan xl2tpd firewalld
yum_install yum_install
elif centosversion 6; then elif centosversion 6; then
yum -y install epel-release yum -y install epel-release