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

Hans Petter Selasky <hsela...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress

--- Comment #7 from Hans Petter Selasky <hsela...@freebsd.org> ---
I wonder if this mask needs to be made compile time instead!

+#define IN_LOOPBACK(i) \
+    (((in_addr_t)(i) & V_in_loopback_mask) == 0x7f000000)
+#define IN_LOOPBACK_MASK_DFLT    0xff000000 


--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to