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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user