https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280558

Ed Maste <ema...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ema...@freebsd.org

--- Comment #1 from Ed Maste <ema...@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.

Reply via email to