Module Name: src Committed By: sevan Date: Tue Mar 20 20:13:33 UTC 2018
Modified Files: src/share/man/man4: altq.4 Log Message: Add a CAVEATS section to give a heads up about not using pf LKM with ALTQ. Found via https://www.netbsd.org/docs/network/pf.html#altq To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/altq.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man4/altq.4 diff -u src/share/man/man4/altq.4:1.5 src/share/man/man4/altq.4:1.6 --- src/share/man/man4/altq.4:1.5 Tue Mar 20 17:13:54 2018 +++ src/share/man/man4/altq.4 Tue Mar 20 20:13:33 2018 @@ -1,4 +1,4 @@ -.\" $NetBSD: altq.4,v 1.5 2018/03/20 17:13:54 sevan Exp $ +.\" $NetBSD: altq.4,v 1.6 2018/03/20 20:13:33 sevan Exp $ .\" .\" Copyright (c) 2011 Jukka Ruohonen <jruoho...@iki.fi> .\" @@ -87,3 +87,11 @@ system first appeared in March 1997 and (http://www.kame.net). It was imported to .Nx in 1.6 . +.Sh CAVEATS +Please note that you must compile +.Xr pf 4 +in the kernel, using the PF +.Xr module 7 +alongside +.Nm +built in the kernel will not work.