You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2014/07/30 13:14:15 UTC

git commit: updated refs/heads/4.4 to 970ddd3

Repository: cloudstack
Updated Branches:
  refs/heads/4.4 d387460f4 -> 970ddd3a5


CLOUDSTACK-6922: Updated events for firewall ingress and egress

(cherry picked from commit 2214bd2502a34ee8e671eb6b4efe8cd26e29ac5a)


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/970ddd3a
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/970ddd3a
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/970ddd3a

Branch: refs/heads/4.4
Commit: 970ddd3a5793e18de670ba9fa2264e2aa4b056de
Parents: d387460
Author: Jayapal <ja...@apache.org>
Authored: Tue Jun 17 12:06:03 2014 +0530
Committer: Daan Hoogland <da...@onecht.net>
Committed: Wed Jul 30 13:14:05 2014 +0200

----------------------------------------------------------------------
 api/src/com/cloud/event/EventTypes.java | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/970ddd3a/api/src/com/cloud/event/EventTypes.java
----------------------------------------------------------------------
diff --git a/api/src/com/cloud/event/EventTypes.java b/api/src/com/cloud/event/EventTypes.java
index d5eaad9..168bbab 100755
--- a/api/src/com/cloud/event/EventTypes.java
+++ b/api/src/com/cloud/event/EventTypes.java
@@ -560,6 +560,10 @@ public class EventTypes {
         entityEventDetails.put(EVENT_NET_RULE_MODIFY, FirewallRule.class);
         entityEventDetails.put(EVENT_FIREWALL_OPEN, FirewallRule.class);
         entityEventDetails.put(EVENT_FIREWALL_CLOSE, FirewallRule.class);
+        entityEventDetails.put(EVENT_FIREWALL_EGRESS_OPEN, FirewallRule.class);
+        entityEventDetails.put(EVENT_FIREWALL_EGRESS_CLOSE, FirewallRule.class);
+        entityEventDetails.put(EVENT_FIREWALL_EGRESS_UPDATE, FirewallRule.class);
+
 
         // Load Balancers
         entityEventDetails.put(EVENT_ASSIGN_TO_LOAD_BALANCER_RULE, FirewallRule.class);