Updated Branches: refs/heads/master-6-17-stable 4aa3a5e24 -> 45ef73e50
CLOUDSTACK-3312 Updated dhcp_release to listen on eth0 in edithosts.sh Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/45ef73e5 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/45ef73e5 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/45ef73e5 Branch: refs/heads/master-6-17-stable Commit: 45ef73e500ea204f6ab25e82453b1bc0e9eb5b16 Parents: 4aa3a5e Author: Jayapal <[email protected]> Authored: Thu Jul 4 16:33:50 2013 +0530 Committer: Jayapal <[email protected]> Committed: Thu Jul 4 16:35:40 2013 +0530 ---------------------------------------------------------------------- patches/systemvm/debian/config/root/edithosts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/45ef73e5/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 fb0c34f..f8dd7e2 100755 --- a/patches/systemvm/debian/config/root/edithosts.sh +++ b/patches/systemvm/debian/config/root/edithosts.sh @@ -98,7 +98,7 @@ if [ $no_dhcp_release -eq 0 ] then #release previous dhcp lease if present logger -t cloud "edithosts: releasing $ipv4" - dhcp_release lo $ipv4 $(grep $ipv4 $DHCP_LEASES | awk '{print $2}') > /dev/null 2>&1 + dhcp_release eth0 $ipv4 $(grep $ipv4 $DHCP_LEASES | awk '{print $2}') > /dev/null 2>&1 logger -t cloud "edithosts: released $ipv4" fi
