CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2026/09/02 07:25:12

Modified files:
        sys/net        : if_ppp.c 

Log message:
Use correct bpf filter calls in ppp(4)

10 years ago the bpf_filter interface was changed and bpf_mfilter was
introduced. bpf_filter no longer support passing an mbuf as pkt by using
a buflen of 0. Finally adjust this code and switch it over to bpf_mfilter.

OK tb@

Reply via email to