CLOUDSTACK-2110 : allow vm to have multiple dhcp entries on same router

Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1367439056 -0600
This commit is contained in:
Marcus Sorensen 2013-05-01 14:10:56 -06:00 committed by Chip Childers
parent c2457b5288
commit 448ebd71af
1 changed files with 2 additions and 1 deletions

View File

@ -113,7 +113,8 @@ if [ $ipv6 ]
then
sed -i /$ipv6,/d $DHCP_HOSTS
fi
sed -i /$host,/d $DHCP_HOSTS
# don't want to do this in the future, we can have same VM with multiple nics/entries
#sed -i /$host,/d $DHCP_HOSTS
#put in the new entry