From owner-freebsd-net@FreeBSD.ORG Mon Nov 7 12:54:38 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E45B41065675 for ; Mon, 7 Nov 2011 12:54:38 +0000 (UTC) (envelope-from timp87@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 806158FC1B for ; Mon, 7 Nov 2011 12:54:38 +0000 (UTC) Received: by faar19 with SMTP id r19so7218784faa.13 for ; Mon, 07 Nov 2011 04:54:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=P/MI/VesfE8e5ew89slhxeikbnk8GUMQLWqjvXwaB3E=; b=Eebgk5R4fLXltdqqKwFxqsnrJ1FZINF33Ezn1T+IO28ttq7Pd6tWpZllPHlZfKYBO3 iuwe0IvuTGnHqpdmsqnMqM7afafgRmVA/edaOXUWOXwmQO3dtuVlfzot93QfORRsO18M Mv6OW3KKPFiXCRZKMTSKiQDc5dxAXgdzEmrdk= MIME-Version: 1.0 Received: by 10.152.144.73 with SMTP id sk9mr6281145lab.34.1320668786163; Mon, 07 Nov 2011 04:26:26 -0800 (PST) Received: by 10.152.9.10 with HTTP; Mon, 7 Nov 2011 04:26:26 -0800 (PST) Date: Mon, 7 Nov 2011 16:26:26 +0400 Message-ID: From: Pavel Timofeev To: freebsd-net@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: Possible MROUTING regression in 9.0 RC1 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2011 12:54:39 -0000 Hello! I have problems with ip_mroute (loaded as module) - kernel multicast packet forwarder. I have 2 disk: freebsd 8.2 release amd64 on first and freebsd 9.0 rc1 on second. I use net/igmpproxy to watch IPTV on my home atom-based router. On FreeBSD 8.2 it works good. But when I try to use FreeBSD 9.0 RC-1 in same role (with same configs, of cource) I have messages like: Nov 7 16:16:46 timp igmpproxy[35495]: received packet from 172.16.254.1 shorter (28 bytes) than hdr+data length (20+28) Nov 7 16:16:47 timp igmpproxy[35495]: received packet from 172.16.254.1 shorter (32 bytes) than hdr+data length (24+32) Nov 7 16:17:28 timp igmpproxy[35495]: received packet from 10.85.13.5 shorter (28 bytes) than hdr+data length (20+28) And IPTV doesn't work =( Any ideas? Do you need configs?