CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/01/30 10:41:34
Modified files:
sys/net : pf.c pf_ioctl.c pf_norm.c pfvar.h
Log message:
removes the pf_consistency_lock and protects the users with
NET_LOCK(). pfioctl() will need the NET_LOCK() anyway. So better keep
things simple until we're going to redesign PF for a MP world.
fixes the crash reported by Kaya Saman.
ok mpi@, bluhm@
