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
On Wed, Jan 15, 2014 at 12:34 PM, Gleb Smirnoff 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 = ntohs(ip->ip_len) - ip