CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2017/05/23 03:09:03
Modified files: sys/net : pf.c Log message: Move the common length check in pf_pull_hdr() after the address family switch. This makes the specific calculation more obvious. OK claudio@