From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Meneghel Rodrigues Subject: Re: [PATCH 11/18] KVM test: Add a subtest of multicast Date: Tue, 05 Oct 2010 09:44:52 -0300 Message-ID: <1286282692.2587.48.camel@freedom> References: <1285627444-2732-1-git-send-email-lmr@redhat.com> <1285627444-2732-12-git-send-email-lmr@redhat.com> <20101005122133.GA9404@z> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: autotest@test.kernel.org, kvm@vger.kernel.org, mst@redhat.com, jasowang@redhat.com, psuriset@linux.vnet.ibm.com, mgoldish@redhat.com To: Amos Kong Return-path: Received: from mx1.redhat.com ([209.132.183.28]:5746 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751024Ab0JEMo6 (ORCPT ); Tue, 5 Oct 2010 08:44:58 -0400 In-Reply-To: <20101005122133.GA9404@z> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, 2010-10-05 at 20:21 +0800, Amos Kong wrote: > On Mon, Sep 27, 2010 at 06:43:57PM -0400, Lucas Meneghel Rodrigues wrote: > > From: Amos Kong > > + # make sure guest replies to broadcasts > > + cmd_broadcast = "echo 0 > /proc/sys/net/ipv4/icmp_echo_ignore" > > Hello pradeep, thanks for your test, it's caused by this error > > cmd_broadcast = "echo 0 > /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts" ^ Ouch, I am dumb :( Amos, I've just fixed it, will publish an updated version of this patch, and remove it from the todo list. Thank you very much!