Rules are unlinked in shutdown_pf(), so we must call
pf_unload_vnet_purge(), which frees unlinked rules, after that, not
before.
Details
Details
- Reviewers
eri bz - Group Reviewers
network - Commits
- rS315469: pf: Fix memory leak on vnet shutdown or unload
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
It is unclear to me why I had chosen the different order in r302156 but on a quick glance this looks OK.