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/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280558 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 rtfree() 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) */ -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-280558-227-2CEM8Sfk1a>
