| 8270d35e | 17-Oct-2019 |
Conrad Meyer <[email protected]> |
Add ddb(4) 'netdump' command to netdump a core without preconfiguration
Add a 'X -s <server> -c <client> [-g <gateway>] -i <interface>' subroutine to the generic debugnet code. The imagined use is
Add ddb(4) 'netdump' command to netdump a core without preconfiguration
Add a 'X -s <server> -c <client> [-g <gateway>] -i <interface>' subroutine to the generic debugnet code. The imagined use is both netdump, shown here, and NetGDB (vaporware). It uses the ddb(4) lexer, with some new extensions, to parse out IPv4 addresses.
'Netdump' uses the generic debugnet routine to load a configuration and start a dump, without any netdump configuration prior to panic.
Loosely derived from work by: John Reimer <john.reimer AT emc.com> Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D21460
show more ...
|
| 64e7d18f | 10-May-2019 |
Conrad Meyer <[email protected]> |
netdump: Ref the interface we're attached to
Serialize netdump configuration / deconfiguration, and discard our configuration when the affiliated interface goes away by monitoring ifnet_departure_ev
netdump: Ref the interface we're attached to
Serialize netdump configuration / deconfiguration, and discard our configuration when the affiliated interface goes away by monitoring ifnet_departure_event.
Reviewed by: markj, with input from vangyzen@ (earlier version) Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D20206
show more ...
|
| 070e7bf9 | 10-May-2019 |
Conrad Meyer <[email protected]> |
netdump: Fix boot-time configuration typo
Boot-time netdump configuration is much more useful if one can configure the client and gateway addresses. Fix trivial typo.
(Long-standing bug, I believe
netdump: Fix boot-time configuration typo
Boot-time netdump configuration is much more useful if one can configure the client and gateway addresses. Fix trivial typo.
(Long-standing bug, I believe it dates to the original netdump commit.)
Spotted by: one of vangyzen@ or markj@ Sponsored by: Dell EMC Isilon
show more ...
|