You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by "Marcus Sorensen (JIRA)" <ji...@apache.org> on 2013/02/06 18:19:16 UTC

[jira] [Resolved] (CLOUDSTACK-1168) Create firewall rule broken

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcus Sorensen resolved CLOUDSTACK-1168.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 4.1.0

fixed in commit ec6fdc7471a327a30c16426012a6132fab4e40a2
                
> Create firewall rule broken
> ---------------------------
>
>                 Key: CLOUDSTACK-1168
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1168
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Network Controller
>    Affects Versions: 4.1.0
>         Environment: devcloud
>            Reporter: Marcus Sorensen
>            Assignee: Jayapal Reddy
>             Fix For: 4.1.0
>
>
> Following code, get null pointer in server/src/com/cloud/network/firewall/FirewallManagerImpl.java at 484 due to object 'trafficType'.
> Follow this up to createFirewallRule, then to createIngressFirewallRule, where we see rule.getTrafficType() then to file CreateFirewallRuleCmd.java:
>     public TrafficType getTrafficType() {
>         return null;
>     }
> I think we should modify createIngressFirewallRule and createEgressFirewallRule to pass FirewallRule.TrafficType.Ingress and FirewallRule.TrafficType.Egress, but does anyone who is responsible for this code want to take a look? Maybe we need to look at other places that might be affected?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira