| .. |
|
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
|
Fixed the bug when port forwarding rules were not reset correctly on domR restart/start (multiple public ip addresses case)
|
2011-02-15 10:49:46 -08:00 |
|
element
|
bug 8381: disassociateIpAddress is async now
|
2011-02-15 12:24:18 -08:00 |
|
guru
|
bug 8479: remove direct account specific network as a part of account cleanup. Before public direct ip addresses weren't released as a part of nic cleanup - deallocate() method was missing in DirectNetworkGuru
|
2011-02-08 10:47:05 -08:00 |
|
lb
|
bug 8617: Disable firewall/lb/vpn service for Direct network offering, so when user tries to create PF/LB rule for direct IP address, it fails.
|
2011-02-17 14:31:05 -08:00 |
|
ovs
|
fix capacity caclulation issue after migration
|
2011-02-09 13:33:42 -05:00 |
|
router
|
bug 8412: allow to delete network when it has dhcp/domRs
|
2011-02-18 10:31:59 -08:00 |
|
rules
|
bug 8617: Disable firewall/lb/vpn service for Direct network offering, so when user tries to create PF/LB rule for direct IP address, it fails.
|
2011-02-17 14:31:05 -08:00 |
|
security
|
bug 8637: throw ResourceAllocationException when resource limit is exceeded.
|
2011-02-18 12:26:58 -08: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
|
ShutdownNetwork - added reservationContext parameter (contains account/callerUserId)
|
2011-02-17 16:13:28 -08:00 |
|
NetworkManagerImpl.java
|
bug 8412: allow to delete network when it has dhcp/domRs
|
2011-02-18 10:31:59 -08:00 |
|
NetworkRuleConfigVO.java
|
Moved DAO to server
|
2010-11-22 07:40:41 -08:00 |
|
NetworkVO.java
|
Change the wording in log
|
2011-02-08 13:39:50 -08: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 |