tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bridge(4)



Please could someone try the following patch.

The deleted line shouldn't be doing anything useful in normal usage
plus I think it can confuse wireless devices that are members of the
bridge.

Robert Swindells

Index: if_bridge.c
===================================================================
RCS file: /cvsroot/src/sys/net/if_bridge.c,v
retrieving revision 1.100
diff -u -r1.100 if_bridge.c
--- if_bridge.c 23 Jul 2015 10:52:34 -0000      1.100
+++ if_bridge.c 31 Jul 2015 15:23:18 -0000
@@ -1512,7 +1512,6 @@
 #endif /* ALTQ */
 
        len = m->m_pkthdr.len;
-       m->m_flags |= M_PROTO1;
        mflags = m->m_flags;
 
        IFQ_ENQUEUE(&dst_ifp->if_snd, m, &pktattr, error);


Home | Main Index | Thread Index | Old Index