Robert Swindells
2015-07-31 15:27:41 UTC
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);
--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
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);
--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de