Hyunsun Moon
Committed by Gerrit Code Review

Removed static DHCP mapping when a VM is vanished

Change-Id: I96aad216ebb061396bf0af9a733b14dbde20cdaa
......@@ -482,6 +482,7 @@ public class CordVtn extends AbstractProvider implements CordVtnService, HostPro
host.ipAddresses().stream().findFirst().get());
ruleInstaller.removeBasicConnectionRules(host);
dhcpService.removeStaticMapping(host.mac());
CordService service = getCordService(vNet);
if (service == null) {
......