- ipdivert and ipfw nat64 need to handle unmapped mbufs
- Add a M_ASSERTMAPPED() assertion which verifies that all mbufs in a chain are mapped.
- Use M_ASSERTMAPPED() in ipfw nat. m_megapullup() returns mapped mbuf clusters.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable