Date: Fri, 09 Aug 2024 18:23:16 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 280558] Clean up remaining rtfree(9) from the base Message-ID: <bug-280558-227-2CEM8Sfk1a@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-280558-227@https.bugs.freebsd.org/bugzilla/> References: <bug-280558-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280558 Ed Maste <emaste@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emaste@freebsd.org --- Comment #1 from Ed Maste <emaste@freebsd.org> --- rtentry(9): int rt_flags; See below. If the RTF_UP flag is not present, the rtfre= e() function will delete the route from the radix tree when = the last reference drops. Both radix.h: #define RNF_ACTIVE 4 /* This node is alive (for rtfree) = */ --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-280558-227-2CEM8Sfk1a>