| .. |
|
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
|
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 |
|
element
|
Fix restartNetwork command on destroying virtual router
|
2011-07-19 11:56:02 -07:00 |
|
guru
|
When release public ip address, make a search by ip+networkId instead of ip+accountId as ipAddress is unique in network only.
|
2011-07-08 15:47:25 -07:00 |
|
lb
|
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 |
|
ovs
|
Pass isForRebalance parameter to processConnect method of all the listeners - some listeners don't have to be notified when connection happens as a a part of Agent Rebalance process (VirtualMachineManagerImpl listener for instance)
|
2011-06-27 10:37:00 -07:00 |
|
router
|
Send CheckRouter command only when router is running
|
2011-08-03 16:57:59 -07:00 |
|
rules
|
bug 10561: Allowing ICMP traffic through static NAT
|
2011-08-03 18:13:09 +05:30 |
|
security
|
Pass isForRebalance parameter to processConnect method of all the listeners - some listeners don't have to be notified when connection happens as a a part of Agent Rebalance process (VirtualMachineManagerImpl listener for instance)
|
2011-06-27 10:37:00 -07:00 |
|
vpn
|
bug 9579: allow domain name suffix update for existing networks.
|
2011-06-09 16:24:48 -07:00 |
|
ExteralIpAddressAllocator.java
|
Moved DAO to server
|
2010-11-22 07:40:41 -08:00 |
|
FirewallRulesCidrsVO.java
|
bug 10731: sending source cidrs to the required router element, on domR allowing these source cidrs thru iptables
|
2011-07-21 13:48:42 +05:30 |
|
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 |
|
LoadBalancerVMMapVO.java
|
bug 7467: release IP address works now.
|
2010-12-10 15:12:32 -08:00 |
|
LoadBalancerVO.java
|
bug 10731: sending source cidrs to the required router element, on domR allowing these source cidrs thru iptables
|
2011-07-21 13:48:42 +05:30 |
|
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 |
|
NetworkDomainVO.java
|
Add license header to files
|
2011-04-14 11:23:14 -07:00 |
|
NetworkManager.java
|
bug 10869: always allocate first ip address from the range for the dhcp server.
|
2011-08-02 17:41:03 -07:00 |
|
NetworkManagerImpl.java
|
bug 10869: always allocate first ip address from the range for the dhcp server.
|
2011-08-02 17:41:03 -07:00 |
|
NetworkRuleConfigVO.java
|
Moved DAO to server
|
2010-11-22 07:40:41 -08:00 |
|
NetworkVO.java
|
Revert "bug 10373: Intermediate checkin for Domain level guest Virtual networks"
|
2011-07-21 16:04:55 -07: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
|
Pass isForRebalance parameter to processConnect method of all the listeners - some listeners don't have to be notified when connection happens as a a part of Agent Rebalance process (VirtualMachineManagerImpl listener for instance)
|
2011-06-27 10:37:00 -07:00 |