CLOUDSTACK-8947 - FW_EGRESS should be added only to filter table

This commit is contained in:
Wilder Rodrigues 2015-10-13 12:24:42 +02:00
parent be419211ec
commit cbd6464b88
1 changed files with 1 additions and 1 deletions

View File

@ -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'])