You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/04/01 10:08:59 UTC

[GitHub] [cloudstack] weizhouapache commented on a change in pull request #6188: VR: add '-m ' for tcp or udp protocol

weizhouapache commented on a change in pull request #6188:
URL: https://github.com/apache/cloudstack/pull/6188#discussion_r840434081



##########
File path: systemvm/debian/opt/cloud/bin/configure.py
##########
@@ -162,6 +162,7 @@ def add_rule(self):
                                         " -A FIREWALL_%s" % self.ip +
                                         " -s %s " % cidr +
                                         " -p %s " % rule['protocol'] +
+                                        " -m %s " % rule['protocol'] +

Review comment:
       good idea. add to idea board ?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org