Page MenuHomeFreeBSD

Use the thread's vnet when iterating over interfaces.
ClosedPublic

Authored by markj on May 16 2018, 12:42 AM.
Tags
None
Referenced Files
Unknown Object (File)
Aug 2 2025, 12:23 AM
Unknown Object (File)
Jul 11 2025, 12:11 AM
Unknown Object (File)
Jul 10 2025, 7:54 PM
Unknown Object (File)
Jul 6 2025, 3:23 PM
Unknown Object (File)
Jul 5 2025, 12:19 PM
Unknown Object (File)
Jul 4 2025, 7:22 PM
Unknown Object (File)
Jul 3 2025, 1:47 PM
Unknown Object (File)
Jun 28 2025, 7:29 AM
Subscribers

Details

Summary

For now, only permit the use of interfaces from vnet0; netdump may only
be configured from the host, and it's not clear to me that interface
names are unique across vnets. This fixes a panic when configuring
netdump with VIMAGE enabled.

Also fix a resource leak that occurs if the priv_check() in set_dumper()
or clear_dumper() fails. Note that netdump_mbuf_drain() is idempotent.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable