mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
6543fa5a5c
Previously we expected the DIOCSKERNELDUMP ioctl to return ENXIO if the interface was down, but it does not actually do this. Grab the link status using getifaddrs(3) instead, and downgrade this case from an error to a warning; the user might bring the link back up at a later time. Reviewed by: cem MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D35196 |
||
---|---|---|
.. | ||
dumpon.8 | ||
dumpon.c | ||
Makefile | ||
Makefile.depend | ||
Makefile.depend.options |