cloudstack/server/src/com/cloud/network
Sheng Yang 4e5ce5690a bug 11305: Stop disconnected redundant virtual router if we can process with the connected one
When we apply rules or start new VM, we may encounter some running routers that
we can't program. That can due to network issue or host is down or vCenter is
disconnected, etc. To keep the synchronization, we would stop them, but only
when there is the other router we've successfully updated. If both routers are
unable to communicate with, we simply give up and report it user.

Conflicts:

	server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
2011-08-31 19:29:32 -07: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 11185: support multiple CIDR on overlapping port ranges for firewall rules 2011-08-25 12:21:11 -07:00
element bug 6876: netscaler MPX & VPX support 2011-08-30 00:14:05 +05:30
firewall bug 11185: support multiple CIDR on overlapping port ranges for firewall rules 2011-08-25 12:21:11 -07:00
guru Full opensource 2011-08-23 19:52:19 -07:00
lb bug 11253: 2011-08-26 15:21:29 +05:30
ovs Merge branch 'cvm' into 2.2.y 2011-08-19 16:08:35 -07:00
router bug 11305: Stop disconnected redundant virtual router if we can process with the connected one 2011-08-31 19:29:32 -07:00
rules bug 11185: support multiple CIDR on overlapping port ranges for firewall rules 2011-08-25 12:21:11 -07:00
security bug 10617: Added Egress rules to Security groups. 2011-08-30 16:28:35 +05:30
vpn bug 11185: support multiple CIDR on overlapping port ranges for firewall rules 2011-08-25 12:21:11 -07:00
ElasticLbVmMapVO.java ELB VM: implement delete LB by deleting ELB vm 2011-07-28 00:15:16 -07:00
ExteralIpAddressAllocator.java Moved DAO to server 2010-11-22 07:40:41 -08:00
ExternalFirewallManager.java Full opensource 2011-08-23 19:52:19 -07:00
ExternalLoadBalancerManager.java Full opensource 2011-08-23 19:52:19 -07:00
ExternalNetworkManager.java bug 6876: netscaler MPX & VPX support 2011-08-30 00:14:05 +05:30
ExternalNetworkManagerImpl.java bug 6876: netscaler MPX & VPX support 2011-08-30 00:14:05 +05:30
F5BigIpManagerImpl.java Full opensource 2011-08-23 19:52:19 -07:00
FirewallRulesCidrsVO.java bug 10561: intermidiate checkin for FirewallRuleFeature 2011-08-09 15:51:56 -07: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
InlineLoadBalancerNicMapVO.java Added a new table for inline load balancer deployments, to store mappings between public IPs and NICs. 2011-08-03 16:10:20 -07:00
IpAddrAllocator.java Add license header to files 2011-04-14 11:23:14 -07:00
JuniperSrxManagerImpl.java Full opensource 2011-08-23 19:52:19 -07:00
LoadBalancerVMMapVO.java bug 7467: release IP address works now. 2010-12-10 15:12:32 -08:00
LoadBalancerVO.java Defined missing length field for VO classes 2011-08-17 15:13:28 -07:00
NetworkAccountDaoImpl.java Add license header to files 2011-04-14 11:23:14 -07:00
NetworkAccountVO.java Add license header to files 2011-04-14 11:23:14 -07:00
NetworkDeviceManager.java Full opensource 2011-08-23 19:52:19 -07:00
NetworkDeviceManagerImpl.java Full opensource 2011-08-23 19:52:19 -07:00
NetworkDomainVO.java Add license header to files 2011-04-14 11:23:14 -07:00
NetworkManager.java Merge branch '2.2.y' 2011-08-22 20:28:30 -07:00
NetworkManagerImpl.java Fixed the bug when networkRate for the domR's guest network wasn't taken from the service offering 2011-08-30 10:41:17 -07:00
NetworkRuleConfigVO.java Moved DAO to server 2010-11-22 07:40:41 -08:00
NetworkUsageManager.java Full opensource 2011-08-23 19:52:19 -07:00
NetworkUsageManagerImpl.java Full opensource 2011-08-23 19:52:19 -07:00
NetworkVO.java Defined missing length field for VO classes 2011-08-17 15:13:28 -07:00
RemoteAccessVpnVO.java Revert "bug 10435: removed vpn feature" 2011-08-02 18:12:57 -07:00
SshKeysDistriMonitor.java Merge branch 'cvm' into 2.2.y 2011-08-19 16:08:35 -07:00