1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Feature #3175: Default security group allows also inbound and outbound connections

This commit is contained in:
Jaime Melis 2014-12-08 11:09:00 +01:00
parent 60634c34f3
commit ee369a7d6f

View File

@ -34,7 +34,8 @@ SecurityGroupPool::SecurityGroupPool(SqlDB * db)
"network. Use it to add default filter rules for your networks. "
"You may remove this security group from any network by "
"updating its properties.\"\n"
"RULE=[RULE_TYPE=OUTBOUND,PROTOCOL=ALL]";
"RULE=[RULE_TYPE=OUTBOUND,PROTOCOL=ALL]\n"
"RULE=[RULE_TYPE=INBOUND,PROTOCOL=ALL]";
Nebula& nd = Nebula::instance();
UserPool * upool = nd.get_upool();