Updated Branches: refs/heads/network-refactor 3b9901d56 -> e31e00e4a
Fix default network on dnsmasq 2.62 Seems the same option was parsed to different meaning in the newer version. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/e31e00e4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/e31e00e4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/e31e00e4 Branch: refs/heads/network-refactor Commit: e31e00e4a635e697806c58c208bdc5ca3831ab70 Parents: 143b7bc Author: Sheng Yang <[email protected]> Authored: Thu Mar 14 15:35:15 2013 -0700 Committer: Sheng Yang <[email protected]> Committed: Thu Mar 14 15:35:15 2013 -0700 ---------------------------------------------------------------------- patches/systemvm/debian/config/root/edithosts.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/e31e00e4/patches/systemvm/debian/config/root/edithosts.sh ---------------------------------------------------------------------- diff --git a/patches/systemvm/debian/config/root/edithosts.sh b/patches/systemvm/debian/config/root/edithosts.sh index 3cf2742..e5ca2c1 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
