cloudstack-mirror/server/src/com/cloud/network
2011-03-03 16:13:00 -08:00
..
addr bug 8251: introduced "id" field for public IP address. In the DB id is a primary key in user_ip_address table; ip_address and source_network_id is a composite key 2011-02-01 12:16:18 -08:00
dao bug 8753: never release public Ip address without ensuring that all corresponding resources (PF/StaticNat/Lb rules) are cleaned up. 2011-02-28 09:21:05 -08:00
element bug 8781: set dhcp/dns/userData providers to be DhcpServer in Basic zone; all other providers have to be null 2011-03-01 09:00:47 -08:00
guru fix migration issue 2011-02-28 12:16:40 -05:00
lb bug 8753: never release public Ip address without ensuring that all corresponding resources (PF/StaticNat/Lb rules) are cleaned up. 2011-02-28 09:21:05 -08:00
ovs fix capacity caclulation issue after migration 2011-02-09 13:33:42 -05:00
router bug 8795: start domR after corresponding network is shutdown - implement network before starting the domR 2011-03-02 13:46:57 -08:00
rules bug 8763: Fixed account cleanup process - don't destroy networks when vm expunge failed 2011-03-01 14:25:09 -08:00
security fix delete security group rule 2011-03-03 13:44:48 -05:00
vpn Sync on network instead of ipAddressId when do create PF/StaticNat/LB rules 2011-02-17 16:13:28 -08:00
ExteralIpAddressAllocator.java Moved DAO to server 2010-11-22 07:40:41 -08:00
IpAddrAllocator.java Moved DAO to server 2010-11-22 07:40:41 -08:00
IPAddressVO.java Store ip address as String instead of Long in user_ip_address and port_forwarding_rules tables 2011-02-09 19:35:03 -08:00
LoadBalancerVMMapVO.java bug 7467: release IP address works now. 2010-12-10 15:12:32 -08:00
LoadBalancerVO.java bug 8564: Changed implementation for static nat rules. Now we use separate interfaces instead of PortForwardingRules interfaces. 2011-02-15 10:45:28 -08:00
NetworkAccountDaoImpl.java switched from networkprofile to network configuration 2010-09-09 17:49:19 -07:00
NetworkAccountVO.java Changed networkconfigurations to network as per Sheng's suggestion 2010-11-19 15:44:42 -08:00
NetworkManager.java Separate createVm methods for 1) vm in Basic zone 2) Vm with SecurityGroup in Advanced zone 3) Vm without SecurityGroup in AdvancedZone 2011-03-03 16:13:00 -08:00
NetworkManagerImpl.java Separate createVm methods for 1) vm in Basic zone 2) Vm with SecurityGroup in Advanced zone 3) Vm without SecurityGroup in AdvancedZone 2011-03-03 16:13:00 -08:00
NetworkRuleConfigVO.java Moved DAO to server 2010-11-22 07:40:41 -08:00
NetworkVO.java refactor security group in advanced network mode: use direct tagged network instead of public network 2011-02-24 19:58:18 -05:00
RemoteAccessVpnVO.java bug 8251: introduced "id" field for public IP address. In the DB id is a primary key in user_ip_address table; ip_address and source_network_id is a composite key 2011-02-01 12:16:18 -08:00
SshKeysDistriMonitor.java renamed the domainrouter services 2010-12-21 03:56:01 -08:00