Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 51EC1200BB7 for ; Wed, 9 Nov 2016 07:54:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5091A160B0D; Wed, 9 Nov 2016 06:54:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C01F2160AEE for ; Wed, 9 Nov 2016 07:54:58 +0100 (CET) Received: (qmail 57780 invoked by uid 500); 9 Nov 2016 06:54:57 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 57770 invoked by uid 99); 9 Nov 2016 06:54:57 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2016 06:54:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BCA18E0A59; Wed, 9 Nov 2016 06:54:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: commits@cloudstack.apache.org Date: Wed, 09 Nov 2016 06:54:58 -0000 Message-Id: <40a0caabac0141c287ddc86b52233ab4@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: updated refs/heads/4.9 to 8b786d1 archived-at: Wed, 09 Nov 2016 06:54:59 -0000 Merge pull request #1743 from wido/CLOUDSTACK-8326 CLOUDSTACK-8326: Always fill UDP checksums in DHCP replies in VRIn some cases the UDP checksums in packets from DHCP servers are incorrect. This is a problem for some DHCP clients that ignore packets with bad checksums. This patch inserts an iptables rule to ensure DHCP servers always send packets with correct checksums. Due to this bug DHCP offers are sometimes not accepted by Instances. The end-result without this fix is no connectivity for the Instance due to the lack of a IPv4 address. Signed-off-by: Wido den Hollander * pr/1743: CLOUDSTACK-8326: Always fill UDP checksums in DHCP replies in VR Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8b786d1f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8b786d1f Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8b786d1f Branch: refs/heads/4.9 Commit: 8b786d1fb2129326426e63d0c11eac717147f091 Parents: c09fc27 fa56d0b Author: Rohit Yadav Authored: Wed Nov 9 12:17:38 2016 +0530 Committer: Rohit Yadav Committed: Wed Nov 9 12:18:03 2016 +0530 ---------------------------------------------------------------------- .../patches/debian/config/opt/cloud/bin/cs/CsAddress.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) ----------------------------------------------------------------------