Clean up pfr_kentry_pl2 as well. This fixes a kernel panic in the vm.zone
sysctl after unloading pf. Submitted by: Earl Lapus MFC after: 3 days
This commit is contained in:
parent
59038483f5
commit
191c6e1310
@ -272,6 +272,7 @@ cleanup_pf_zone(void)
|
||||
UMA_DESTROY(pf_cache_pl);
|
||||
UMA_DESTROY(pf_cent_pl);
|
||||
UMA_DESTROY(pfr_ktable_pl);
|
||||
UMA_DESTROY(pfr_kentry_pl2);
|
||||
UMA_DESTROY(pfr_kentry_pl);
|
||||
UMA_DESTROY(pf_state_scrub_pl);
|
||||
UMA_DESTROY(pfi_addr_pl);
|
||||
|
Loading…
x
Reference in New Issue
Block a user