mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8947 - FW_EGRESS should be added only to filter table
This commit is contained in:
parent
be419211ec
commit
cbd6464b88
|
|
@ -148,7 +148,7 @@ class CsAcl(CsDataBag):
|
|||
" -m %s " % rule['protocol'] + \
|
||||
" --dport %s" % rnge
|
||||
|
||||
self.fw.append(["filter", "front", "%s -j %s" % (fwr, rule['action'])])
|
||||
self.fw.append(["filter", "", "%s -j %s" % (fwr, rule['action'])])
|
||||
|
||||
logging.debug("EGRESS rule configured for protocol ==> %s, action ==> %s", rule['protocol'], rule['action'])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue