CLOUDSTACK-6241: Fix default route for IPv6 network when IPv4 not used
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e406adc0 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e406adc0 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e406adc0 Branch: refs/heads/4.3 Commit: e406adc0810b22ded0964080946f019be1337b52 Parents: 657d042 Author: Sheng Yang <[email protected]> Authored: Fri Mar 14 13:36:43 2014 -0700 Committer: Sheng Yang <[email protected]> Committed: Fri Mar 14 13:39:17 2014 -0700 ---------------------------------------------------------------------- systemvm/patches/debian/config/root/edithosts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e406adc0/systemvm/patches/debian/config/root/edithosts.sh ---------------------------------------------------------------------- diff --git a/systemvm/patches/debian/config/root/edithosts.sh b/systemvm/patches/debian/config/root/edithosts.sh index d6ff983..57ee7dc 100755 --- a/systemvm/patches/debian/config/root/edithosts.sh +++ b/systemvm/patches/debian/config/root/edithosts.sh @@ -184,7 +184,7 @@ then echo "$ipv6 $host" >> $HOSTS fi -if [ "$dflt" != "" ] +if [ "$dflt" != "" -a "$ipv4" != "" ] then #make sure dnsmasq looks into options file sed -i /dhcp-optsfile/d /etc/dnsmasq.conf
