man: mention BSD debugging
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
ecb1ea29d7
commit
197689a3cd
|
@ -219,6 +219,13 @@ by running as root:
|
||||||
|
|
||||||
\fB # modprobe wireguard && echo module wireguard +p > /sys/kernel/debug/dynamic_debug/control\fP
|
\fB # modprobe wireguard && echo module wireguard +p > /sys/kernel/debug/dynamic_debug/control\fP
|
||||||
|
|
||||||
|
On OpenBSD and FreeBSD, debugging information can be written into
|
||||||
|
.BR dmesg (1)
|
||||||
|
on a per-interface basis by using
|
||||||
|
.BR ifconfig (1):
|
||||||
|
|
||||||
|
\fB # ifconfig wg0 debug
|
||||||
|
|
||||||
On userspace implementations, it is customary to set the \fILOG_LEVEL\fP environment variable to \fIverbose\fP.
|
On userspace implementations, it is customary to set the \fILOG_LEVEL\fP environment variable to \fIverbose\fP.
|
||||||
|
|
||||||
.SH ENVIRONMENT VARIABLES
|
.SH ENVIRONMENT VARIABLES
|
||||||
|
|
Loading…
Reference in New Issue