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
parent 471ca30a70
commit 71a17e4c13

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