cloudstack/core/src/com/cloud
Naredula Janardhana Reddy 854f81962f bug 10617: Added Egress rules to Security groups.
Description :
   API's:
     -  Two new api's authorizeSecurityGroupEgress,revokeSecurityGroupEgressCmd are added. These two API's are similer to ingress rule API's.
           - authorizeSecurityGroupEgress :Authorizes a particular egress rule for this security group . Usageof API is very similer to that of authorizeSecurityGroupIngress except that instead of source cidr  there will be destination cidr. By default like ingress, all the outgoing flows are blocked.
           - revokeSecurityGroupEgress : It is similer to revokeSecurityGroupIngress api, It removes the egress rule.
     -  listSecurityGroup API's response changed. It include's egress list apart from the existing ingress rules in the output of the API.

   Hypervisors :
      - It is implemented in Xen and KVM.

   Pending Tasks :  Blocking using destination security groups.

   Previous commits: c9fda641673df7701f44963ef27e1d488f121219 , 24e4e44b8f0712a37147a3777833de3f9e24829e
2011-08-30 16:28:35 +05:30
..
agent Full opensource 2011-08-23 19:52:19 -07:00
alert Defined missing length field for VO classes 2011-08-17 15:13:28 -07:00
async bug 8270: Synchronize on 1) ipAddress object when create/delete ipForwarding/portForwardingRule and vpn service 2) on networkId when assignTo/removeFrom/deleteLoadBalancer 2011-02-03 18:45:49 -08:00
capacity Bug 7845 - Productize DeploymentPlanner 2011-02-28 13:47:51 -08:00
certificate Moved DAO to server 2010-11-22 07:40:41 -08:00
configuration Defined missing length field for VO classes 2011-08-17 15:13:28 -07:00
consoleproxy moving console proxy alert event args to server package to avoid circular dependencies 2010-09-13 14:58:58 -07:00
event Defined missing length field for VO classes 2011-08-17 15:13:28 -07:00
exception bug 6428: Send alert when usage job fails 2010-11-01 17:20:57 +05:30
host Propagate fixes from 2.2.4 2011-05-05 16:13:46 -07:00
hypervisor bug 10617: Added Egress rules to Security groups. 2011-08-30 16:28:35 +05:30
info bug 5191: final check in for the enhancement to make the console proxy domain configurable 2010-09-27 11:27:48 -07:00
network bug 6876: netscaler MPX & VPX support 2011-08-29 19:26:08 +05:30
resource Use class.getSimpleName in ResourceListener 2011-08-19 17:06:58 -07:00
serializer bug 9651: Adding network tags 2011-05-23 15:51:50 -07:00
storage Bug 9921 - template tags 2011-08-25 12:03:59 -07:00
user bug 11133: field size should be declared in VO object explicitly if it's greater than 255 2011-08-16 14:38:49 -07:00
vm bug 11204: when search for domR/dhcp, include Role to the corresponding search to eliminate getting "LB" network element in the response 2011-08-23 12:05:53 -07:00