Updated Branches: refs/heads/4.2 0de3a1178 -> 5a57e82ea
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/5a57e82e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5a57e82e Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5a57e82e Branch: refs/heads/4.2 Commit: 5a57e82eafa24787586058ace4612359e5dd9cd2 Parents: 0de3a11 Author: Jayapal <[email protected]> Authored: Thu Jul 4 16:33:50 2013 +0530 Committer: Jayapal <[email protected]> Committed: Thu Jul 4 16:36:21 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/5a57e82e/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 eaa8292..513571e 100755 --- a/patches/systemvm/debian/config/root/edithosts.sh +++ b/patches/systemvm/debian/config/root/edithosts.sh @@ -100,7 +100,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
