Module Name: src Committed By: rmind Date: Sun Aug 11 20:25:14 UTC 2019
Modified Files: src/usr.sbin/npf: npf-params.7 Log Message: npf-params(7): add more bpf.jit details. >From David H. Gutteridge. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/npf/npf-params.7 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.sbin/npf/npf-params.7 diff -u src/usr.sbin/npf/npf-params.7:1.2 src/usr.sbin/npf/npf-params.7:1.3 --- src/usr.sbin/npf/npf-params.7:1.2 Tue Jul 23 14:24:02 2019 +++ src/usr.sbin/npf/npf-params.7 Sun Aug 11 20:25:14 2019 @@ -1,4 +1,4 @@ -.\" $NetBSD: npf-params.7,v 1.2 2019/07/23 14:24:02 wiz Exp $ +.\" $NetBSD: npf-params.7,v 1.3 2019/08/11 20:25:14 rmind Exp $ .\" .\" Copyright (c) 2019 Mindaugas Rasiukevicius <rmind at netbsd org> .\" All rights reserved. @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd February 26, 2019 +.Dd August 3, 2019 .Dt NPF-PARAMS 7 .Os .Sh NAME @@ -44,7 +44,13 @@ or 1 ("on"). .\" --- .Bl -tag -width "123456" .It Li bpf.jit -BPF just-in time compilation. +BPF just-in-time compilation: enables or disables +.Xr bpfjit 4 +support. +Some machine architectures are not presently supported by +.Xr bpfjit 4 . +Setting this parameter to off stops NPF from trying to enable this +functionality, and generating a warning if it is unable to do so. Default: 1. .El .\" --- @@ -121,6 +127,7 @@ set state.tcp.timeout.time_wait 0 .Sh SEE ALSO .Xr libnpf 3 , .Xr npfkern 3 , +.Xr bpfjit 4 , .Xr npf.conf 5 , .Xr pcap-filter 7 , .Xr npfctl 8