Github user ustcweizhou commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1519#discussion_r61681715
  
    --- Diff: systemvm/patches/debian/config/opt/cloud/bin/cs/CsAddress.py ---
    @@ -423,22 +443,15 @@ def fw_router(self):
                 self.fw.append(
                     ["filter", "", "-A FORWARD -i %s -o %s -m state --state 
NEW -j ACCEPT" % (self.dev, self.dev)])
                 self.fw.append(
    -                ["filter", "", "-A FORWARD -i eth2 -o eth0 -m state 
--state RELATED,ESTABLISHED -j ACCEPT"])
    -            self.fw.append(
                     ["filter", "", "-A FORWARD -i eth0 -o eth0 -m state 
--state RELATED,ESTABLISHED -j ACCEPT"])
    -            self.fw.append(
    -                ["filter", "", "-A FORWARD -i eth0 -o eth2 -j 
FW_OUTBOUND"])
    -            self.fw.append(["mangle", "",
    --- End diff --
    
    good to see these lines (line 429-431) are removed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to