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$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd August 25, 2020
|
.Dd November 10, 2022
|
||||||
.Dt NETDUMP 4
|
.Dt NETDUMP 4
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm netdump
|
.Nm netdump
|
||||||
.Nd protocol for transmitting kernel dumps to a remote server
|
.Nd protocol for transmitting kernel dumps to a remote server
|
||||||
.Sh SYNOPSIS
|
.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:
|
your kernel configuration file:
|
||||||
.Bd -ragged -offset indent
|
.Bd -ragged -offset indent
|
||||||
|
.Cd "options INET"
|
||||||
|
.Cd "options DEBUGNET"
|
||||||
.Cd "options NETDUMP"
|
.Cd "options NETDUMP"
|
||||||
.Ed
|
.Ed
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
|
|||||||
Reference in New Issue
Block a user