Skip to content

Commit

Permalink
CLOUDSTACK-4132 Added the dnsmasq setting update-dhcp-clent to enable…
Browse files Browse the repository at this point in the history
… clients to update DNS records

Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
  • Loading branch information
bvbharat authored and Abhinandan Prateek committed Aug 16, 2013
1 parent 081cfa7 commit 5ca4429
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions patches/systemvm/debian/config/etc/init.d/cloud-early-config
Original file line number Diff line number Diff line change
Expand Up @@ -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(){
Expand Down

0 comments on commit 5ca4429

Please sign in to comment.