From 76990612f566b64d234e5e92eefd371a4459bc96 Mon Sep 17 00:00:00 2001 From: Bharat Kumar Date: Wed, 14 Aug 2013 15:36:25 +0530 Subject: [PATCH] CLOUDSTACK-4132 Added the dnsmasq setting update-dhcp-clent to enable clients to update DNS records Signed-off-by: Abhinandan Prateek --- patches/systemvm/debian/config/etc/init.d/cloud-early-config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/patches/systemvm/debian/config/etc/init.d/cloud-early-config b/patches/systemvm/debian/config/etc/init.d/cloud-early-config index 736234c724e..4ebc713cc4e 100755 --- a/patches/systemvm/debian/config/etc/init.d/cloud-early-config +++ b/patches/systemvm/debian/config/etc/init.d/cloud-early-config @@ -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(){