mirror of https://github.com/apache/cloudstack.git
Revert "CLOUDSTACK-4132 Added the dnsmasq setting update-dhcp-clent to enable clients to update DNS records"
This reverts commit 76990612f5.
This commit is contained in:
parent
64ab85069d
commit
af71fb2ab3
|
|
@ -724,8 +724,6 @@ 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(){
|
||||
|
|
|
|||
Loading…
Reference in New Issue