Jan Lentfer <[email protected]> added the comment: the messages pops because rn_delete() returns NULL in pfr_unroute_kentry().
I added some debugging kprintfs to radix.c and as far as I can tell rn_delete fails at the very beginning because of line 722 bcmp(key + head_off, tt->rn_key + head_off, klen - head_off)) I don't know yet what the actual problem is here. But after flushing the tables (pfctl -F Tables) I get a reproducable panic on kldunload pf. Subject to further investigation. ---------- assignedto: -> lentferj nosy: +lentferj priority: -> bug status: unread -> chatting _____________________________________________________ DragonFly issue tracker <[email protected]> <http://bugs.dragonflybsd.org/issue1969> _____________________________________________________
