Marcus Sorensen created CLOUDSTACK-1168:
-------------------------------------------

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


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

Reply via email to