[Bug 280558] Clean up remaining rtfree(9) from the base

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 09 Aug 2024 18:23:16 UTC
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.