mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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
471ca30a70
commit
71a17e4c13
@ -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…
x
Reference in New Issue
Block a user