CLOUDSTACK-4132 Added the dnsmasq setting update-dhcp-clent to enable clients to update DNS records

Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
This commit is contained in:
Bharat Kumar 2013-08-14 15:36:25 +05:30 committed by Abhinandan Prateek
parent f856c359eb
commit 76990612f5
1 changed files with 2 additions and 0 deletions

View File

@ -724,6 +724,8 @@ setup_dnsmasq() {
then
echo "$ETH0_IP6 data-server" >> /etc/hosts
fi
sed -i -e "/^dhcp-client-update/d" /etc/dnsmasq.conf
echo 'dhcp-client-update' >> /etc/dnsmasq.conf
}
setup_sshd(){