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:
Sheng Yang 2013-03-14 15:35:15 -07:00
parent 143b7bc0d8
commit e31e00e4a6
1 changed files with 1 additions and 1 deletions

View File

@ -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