Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jan 2014 17:51:53 +0100
From:      =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= <olivier@cochard.me>
To:        "freebsd-current@freebsd.org" <freebsd-current@freebsd.org>,  "freebsd-net@freebsd.org" <freebsd-net@freebsd.org>
Subject:   Regression on 10-RC5 with a multicast routing daemon
Message-ID:  <CA%2Bq%2BTcpFs_vff-r5e-Hw=F7QvGLc-9HGM-vm5TB1C4zik%2B0d8A@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2Bq%2BTcpFs_vff-r5e-Hw=F7QvGLc-9HGM-vm5TB1C4zik%2B0d8A>