From owner-freebsd-current@FreeBSD.ORG Tue Jan 14 16:52:15 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 44A1BBD8; Tue, 14 Jan 2014 16:52:15 +0000 (UTC) Received: from mail-ve0-x22f.google.com (mail-ve0-x22f.google.com [IPv6:2607:f8b0:400c:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E21C61935; Tue, 14 Jan 2014 16:52:14 +0000 (UTC) Received: by mail-ve0-f175.google.com with SMTP id jx11so6101553veb.34 for ; Tue, 14 Jan 2014 08:52:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=KBs7bWaAqUWOZlmuoT21Z3+faaNVMcLFtBtZ78uQGIM=; b=oTFKarD/G37bnQoq82O9K6B0ao+sjWTLnayvlSOChqKyTgNKxLdZgAmBRvrq0mKnvV qLbR4lwU6X6+pRNG1mUcvddMINxbWaWnHUbWHnqctHp7LZ5kAKFIFvlTVkloaGjRMsqx /jzS1P5BpqXcsgJHgWmczHgd7k0geD35P53Gm5YEMT0ismB6fo2qC2nP7DQXFs6W9yCd nNrueeDwjY+T9rwr4XthQz0+itkvhCTt4hr2BgWfw89rqJgLG8WGamd32KbLe4cwUX+y eNlBeXLaXaJvcM/EItzY2NLjWn2yODAiCCdkLPfB4H/MAkE79y852RjDVaDUCeqVHe54 kQ3Q== X-Received: by 10.58.50.71 with SMTP id a7mr1454414veo.32.1389718334010; Tue, 14 Jan 2014 08:52:14 -0800 (PST) MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.58.171.1 with HTTP; Tue, 14 Jan 2014 08:51:53 -0800 (PST) From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Date: Tue, 14 Jan 2014 17:51:53 +0100 X-Google-Sender-Auth: 3yFAflFsZkWGLAU5MqjkvrVhjnk Message-ID: Subject: Regression on 10-RC5 with a multicast routing daemon To: "freebsd-current@freebsd.org" , "freebsd-net@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jan 2014 16:52:15 -0000 Hi all, I'm trying to port a PIM sparse-mode daemon ( https://github.com/troglobit/pimd/) and I've meet a problem: This daemon compile and run fine on FreeBSD 9.2 but on 10-RC5 this daemon can't understand received multicast packets (received from other PIM neighbors) and display this kind of error message in debug mode "warning - Received packet from 10.0.12.2 shorter (28 bytes) than hdr+data length (20+28)". How to troubleshoot this problem ? My current work of this port can be tested with theses commands: cd /usr/ports fetch -o ports.pimd.shar " https://sourceforge.net/p/bsdrp/code/HEAD/tree/trunk/BSDRP/patches/ports.pimd.shar?format=raw " sh ./ports.pimd.shar cd net/pimd make install