Skip to content

Commit 71a17e4

Browse files
author
Marcus Sorensen
committed
CLOUDSTACK-2110 : allow vm to have multiple dhcp entries on same router
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1367439056 -0600
1 parent 471ca30 commit 71a17e4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

patches/systemvm/debian/config/root/edithosts.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ if [ $ipv6 ]
113113
then
114114
sed -i /$ipv6,/d $DHCP_HOSTS
115115
fi
116-
sed -i /$host,/d $DHCP_HOSTS
116+
# don't want to do this in the future, we can have same VM with multiple nics/entries
117+
#sed -i /$host,/d $DHCP_HOSTS
117118

118119

119120
#put in the new entry

0 commit comments

Comments
 (0)