mirror of https://github.com/apache/cloudstack.git
resolving the network manager merge conflict
This commit is contained in:
parent
1faaba8fb0
commit
05bbd35860
|
|
@ -361,7 +361,6 @@ public interface NetworkManager {
|
|||
|
||||
NetworkConfiguration getNetworkConfiguration(long id);
|
||||
String getNextAvailableMacAddressInNetwork(long networkConfigurationId) throws InsufficientAddressCapacityException;
|
||||
String getNextAvailableMacAddressInNetwork(long networkConfigurationId);
|
||||
|
||||
FirewallRuleVO createIpForwardingRuleInDb(String ipAddr, Long virtualMachineId) throws ServerApiException;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue