Github user wido commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/867#discussion_r40195834 --- Diff: systemvm/patches/debian/config/opt/cloud/bin/cs/CsNetfilter.py --- @@ -116,6 +116,7 @@ def has_chain(self, table, chain): def has_rule(self, new_rule): for r in self.get(): if new_rule == r: + logging.debug("new rule and r are same marking as seen") --- End diff -- For somebody else this logline might be very odd to read
--- 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. ---