Re: Regression on 10-RC5 with a multicast routing daemon

2014-01-18 Thread Olivier Cochard-Labbé
On Wed, Jan 15, 2014 at 12:34 PM, Gleb Smirnoff gleb...@freebsd.org wrote: Olivier, TL;DR version: you need not subtract iphdrlen in 10.0. Code in igmp.c:accept_igmp() should be smth like: iphdrlen = ip-ip_hl 2; #ifdef RAW_INPUT_IS_RAW /* Linux */ ipdatalen =

Re: [CFT] updated ofwfb driver vt(9)

2014-01-18 Thread Nathan Whitehorn
On 01/17/14 09:42, Aleksandr Rybalko wrote: Hello hackers! I did updated version of vt's ofwfb driver, but have no HW to test. It will be very nice if someone try it on ppc/sparc device. Instructions on how to enable vt(9) (newcons) can be found here: https://wiki.freebsd.org/Newcons