cloudstack/agent
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
..
bindir Full opensource 2011-08-23 19:52:19 -07:00
conf bug 10107,10108: change agent log level from DEBUG to INFO 2011-06-01 17:09:39 -04:00
distro wait for 30s, after stop agent 2011-07-08 13:33:15 -07:00
doc Source code committed 2010-08-11 09:13:29 -07:00
libexec don't include the whole /usr/share/java/ directory in classpath, or you will get stackoverflow, and delete vm data folder after vm stopped 2011-07-08 13:31:00 -07:00
scripts Add license header to files 2011-04-14 11:23:14 -07:00
src/com/cloud/agent bug 10617: Added Egress rules to Security groups. 2011-08-30 16:28:35 +05:30
test/com/cloud/agent Source code committed 2010-08-11 09:13:29 -07:00
.classpath bug 9371: serve client request only with running proxy VMs, serialize proxy VM launch 2011-05-05 14:59:20 -07:00
.project Source code committed 2010-08-11 09:13:29 -07:00