mirror of https://github.com/apache/cloudstack.git
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:
parent
c2457b5288
commit
448ebd71af
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue