GitHub user franklouwers opened a pull request:

    https://github.com/apache/cloudstack/pull/601

    Fix securitygroups ingress FW for protocol any and 0.0.0.0/0

    When using security groups, adding an ingress rule for protocol "any" with 
source address 0.0.0.0/0, resulted in no action (as the 0.0.0.0/0 entry was 
stripped from the array of source ips, but unlike icmp/tcp/udp, no special 
action was set for the handling of the allow_any flag.
    
    This oneliner only removes 0.0.0.0/0 from the list if the protocol isn't 
any...

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/franklouwers/cloudstack 
bug/securitygroups_proto_all

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/601.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #601
    
----
commit 01a96aa664db72944b71c49b163a8eedf42ed88a
Author: Frank Louwers <fr...@openminds.be>
Date:   2015-07-17T13:33:07Z

    Fix securitygroups ingress FW for protocol any and 0.0.0.0/0

----


---
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