mirror of https://github.com/apache/cloudstack.git
Fix default network on dnsmasq 2.62
Seems the same option was parsed to different meaning in the newer version.
This commit is contained in:
parent
143b7bc0d8
commit
e31e00e4a6
|
|
@ -179,7 +179,7 @@ then
|
|||
echo "$tag,3,$dflt" >> $DHCP_OPTS
|
||||
else
|
||||
logger -t cloud "$0: unset default router for $ipv4"
|
||||
echo "$tag,3," >> $DHCP_OPTS
|
||||
echo "$tag,3" >> $DHCP_OPTS
|
||||
fi
|
||||
if [ "$dns" != "" ]
|
||||
then
|
||||
|
|
|
|||
Loading…
Reference in New Issue