]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add netdump support to dumpon(8).
authormarkj <markj@FreeBSD.org>
Sun, 6 May 2018 00:42:30 +0000 (00:42 +0000)
committermarkj <markj@FreeBSD.org>
Sun, 6 May 2018 00:42:30 +0000 (00:42 +0000)
commit780288e00250402d2b6bd01a63fe39bc543a68e3
treefca8ed8da30041437afc98ec27aa35f8511a833f
parent071e927e22e1f0642a2f6d5fc06d39eec7946fb7
Add netdump support to dumpon(8).

A new usage is added so that parameters for netdump may be specified.
Specifically, one configures an interface for netdump with:

# dumpon -c <client IP> -s <server IP> [-g <gateway IP>] <iface name>

Reviewed by: bdrewery, cem (earlier versions), sbruno
MFC after: 1 month
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D15254
sbin/dumpon/dumpon.8
sbin/dumpon/dumpon.c