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 4698E200BCB for ; Wed, 9 Nov 2016 07:49:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 453E2160AFD; Wed, 9 Nov 2016 06:49:00 +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 8C4AA160AEE for ; Wed, 9 Nov 2016 07:48:59 +0100 (CET) Received: (qmail 48145 invoked by uid 500); 9 Nov 2016 06:48:58 -0000 Mailing-List: contact issues-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 issues@cloudstack.apache.org Received: (qmail 48120 invoked by uid 500); 9 Nov 2016 06:48:58 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 48115 invoked by uid 99); 9 Nov 2016 06:48:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2016 06:48:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 701772C1F56 for ; Wed, 9 Nov 2016 06:48:58 +0000 (UTC) Date: Wed, 9 Nov 2016 06:48:58 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-8326) Bug in cloudstack virtual router (KVM) in Simple zone with public ips / DHCP Debian Wheezy specific MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 09 Nov 2016 06:49:00 -0000 [ https://issues.apache.org/jira/browse/CLOUDSTACK-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15649980#comment-15649980 ] ASF GitHub Bot commented on CLOUDSTACK-8326: -------------------------------------------- Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1743 LGTM on code review, merging this based on review and test lgtms. Few errors around VPC/VR are known intermittent issues. > Bug in cloudstack virtual router (KVM) in Simple zone with public ips / DHCP Debian Wheezy specific > --------------------------------------------------------------------------------------------------- > > Key: CLOUDSTACK-8326 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8326 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: KVM, Virtual Router > Affects Versions: 4.3.2 > Environment: Ubuntu 12.04.5 for Host > Debian Squeeze for VR > Reporter: Ivan A Kudryavtsev > Assignee: Wido den Hollander > Fix For: Future, 4.10.0.0, 4.9.2.0 > > > I've found bug in DHCP component of VR 4.3.2. The bug is completely described at: > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717217 > DHCP responses with bad checksum. As a result, dhcp client unable to get lease: "dhcpd: 5 bad udp checksums in 5 packets" > Hotfix is: > iptables -A POSTROUTING -t mangle -p udp --dport bootpc -j CHECKSUM --checksum-fill > on VR. -- This message was sent by Atlassian JIRA (v6.3.4#6332)