From b0832b5074840bce6f52842888b8c5279528fefa Mon Sep 17 00:00:00 2001 From: Mitchell Horne Date: Fri, 11 Nov 2022 14:20:58 -0400 Subject: [PATCH] netdump(4): document all kernel options required This means INET and DEBUGNET in addition to NETDUMP. Reviewed by: pauamma, markj MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D37331 --- share/man/man4/netdump.4 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/share/man/man4/netdump.4 b/share/man/man4/netdump.4 index a6150eb758e..ba39452c707 100644 --- a/share/man/man4/netdump.4 +++ b/share/man/man4/netdump.4 @@ -24,16 +24,18 @@ .\" .\" $FreeBSD$ .\" -.Dd August 25, 2020 +.Dd November 10, 2022 .Dt NETDUMP 4 .Os .Sh NAME .Nm netdump .Nd protocol for transmitting kernel dumps to a remote server .Sh SYNOPSIS -To compile netdump client support into the kernel, place the following line in +To compile netdump client support into the kernel, place the following lines in your kernel configuration file: .Bd -ragged -offset indent +.Cd "options INET" +.Cd "options DEBUGNET" .Cd "options NETDUMP" .Ed .Sh DESCRIPTION