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

Ed Maste <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Ed Maste <[email protected]> ---
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