CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/02/10 18:13:20
Modified files:
sys/net : pf_ioctl.c
Log message:
pfr_attach_table() needs wait flag.
Calling pool_get() without wait flag is not allowed. pf(4) ioctl
has to use PR_WAITOK in pf_sourcelim_add().
Reported-by: [email protected]
OK dlg@
