cloudstack/server/src/com/cloud/network
Edison Su 670afd2331 bug 8875: add new management cidr configuration for vmware: if there are multiple management servers, each of them may talk to domR, so that means domR needs to know the routing to all the mgt servers.
status 8875: resolved fixed
2011-03-09 10:20:05 -05: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 Merge branch 'bareMetal' 2011-03-08 14:18:11 -08:00
guru bug 8146: Multiple network case (default network is Virtual) - for Direct networks dhcp servers set dns to the eth0 ip address of the domR belonging to virtualNetwork 2011-03-07 19:56:25 -08:00
lb bug 8874: rebootVm - don't try to implement already implemented network 2011-03-07 10:23:48 -08:00
ovs fix capacity caclulation issue after migration 2011-02-09 13:33:42 -05:00
router bug 8875: add new management cidr configuration for vmware: if there are multiple management servers, each of them may talk to domR, so that means domR needs to know the routing to all the mgt servers. 2011-03-09 10:20:05 -05: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 transaction rollback in security group listener, which cause state machine update failed 2011-03-04 10:58:24 -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
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
IpAddrAllocator.java Moved DAO to server 2010-11-22 07:40:41 -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 Merge branch 'bareMetal' 2011-03-08 14:18:11 -08:00
NetworkManagerImpl.java bug 8146: Multiple network case (default network is Virtual) - for Direct networks dhcp servers set dns to the eth0 ip address of the domR belonging to virtualNetwork 2011-03-07 19:56:25 -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