Mateusz,

can you please confirm this patch works:

diff --git a/sys/net/rtsock.c b/sys/net/rtsock.c
index 9ab07b374ea..c5f842de2b7 100644
--- a/sys/net/rtsock.c
+++ b/sys/net/rtsock.c
@@ -2169,14 +2169,12 @@ rt_dispatch(struct mbuf *m, sa_family_t saf)
                *(unsigned short *)(tag + 1) = saf;
                m_tag_prepend(m, tag);
        }
-#ifdef VIMAGE
        if (V_loif)
                m->m_pkthdr.rcvif = V_loif;
        else {
                m_freem(m);
                return;
        }
-#endif
        netisr_queue(NETISR_ROUTE, m);  /* mbuf is free'd on failure. */
 }
 
-- 
Gleb Smirnoff

Reply via email to