Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Feb 2015 09:31:34 -0800
From:      John-Mark Gurney <jmg@funkthat.com>
To:        Gleb Smirnoff <glebius@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r278831 - head/sys/netpfil/pf
Message-ID:  <20150217173134.GZ1953@funkthat.com>
In-Reply-To: <201502160338.t1G3cRlX042385@svn.freebsd.org>
References:  <201502160338.t1G3cRlX042385@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Gleb Smirnoff wrote this message on Mon, Feb 16, 2015 at 03:38 +0000:
> Author: glebius
> Date: Mon Feb 16 03:38:27 2015
> New Revision: 278831
> URL: https://svnweb.freebsd.org/changeset/base/278831
> 
> Log:
>   Update the pf fragment handling code to closer match recent OpenBSD.
>   That partially fixes IPv6 fragment handling. Thanks to Kristof for
>   working on that.
>   
>   Submitted by:		Kristof Provost
>   Tested by:		peter
>   Differential Revision:	D1765

Looks like pf_flush_fragments still called in !INET case, though only
defined for INET case:
/scratch/tmp/jmg/src.head/sys/modules/pf/../../netpfil/pf/pf_norm.c:385:3: error: implicit declaration of function 'pf_flush_fragments' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                pf_flush_fragments();

when compiling LINT-NOINET kernel..

at least as of r278883...

We need to get Jenkins to be compiling the LINT-NOINET kernel too..

-- 
  John-Mark Gurney				Voice: +1 415 225 5579

     "All that I will do, has been done, All that I have, has not."



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150217173134.GZ1953>