From e31e00e4a635e697806c58c208bdc5ca3831ab70 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Thu, 14 Mar 2013 15:35:15 -0700 Subject: [PATCH] Fix default network on dnsmasq 2.62 Seems the same option was parsed to different meaning in the newer version. --- patches/systemvm/debian/config/root/edithosts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/systemvm/debian/config/root/edithosts.sh b/patches/systemvm/debian/config/root/edithosts.sh index 3cf27427653..e5ca2c1d349 100755 --- a/patches/systemvm/debian/config/root/edithosts.sh +++ b/patches/systemvm/debian/config/root/edithosts.sh @@ -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