git: kernel/pflog: Fix a recently introduced regression.

Sascha Wildner swildner at crater.dragonflybsd.org
Tue Sep 25 05:41:26 PDT 2018


commit 5b7f73c4a34bc9105fb3f29fce8161e3b8dce5ea
Author: Sascha Wildner <saw at online.de>
Date:   Tue Sep 25 14:40:43 2018 +0200

    kernel/pflog: Fix a recently introduced regression.
    
    The recently added #ifdef (in a6ccd68b08eff10c57551f8fe92f39a5b8ae6c48)
    used the wrong name (NBPFILTER) and thereby effectively disabled the
    bpfattach.
    
    Fix it to the right name (NBPF), include the necessary use_bpf.h and
    while here, also fix another such case for detaching.
    
    Reported-by: Peeter Must

Summary of changes:
 sys/net/pf/if_pflog.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5b7f73c4a34bc9105fb3f29fce8161e3b8dce5ea


-- 
DragonFly BSD source repository



More information about the Commits mailing list