FreeBSD Bugzilla – Attachment 10254 Details for
Bug 20611
VLAN parent device does not count VLAN output bytes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 503 bytes, created by
peter.jeremy
on 2000-08-15 06:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
peter.jeremy
Created:
2000-08-15 06:00:01 UTC
Size:
503 bytes
patch
obsolete
>Index: if_vlan.c >=================================================================== >RCS file: /gsmx07/CVSROOT/src/sys/net/if_vlan.c,v >retrieving revision 1.15.2.2 >diff -u -r1.15.2.2 if_vlan.c >--- if_vlan.c 2000/07/17 21:24:34 1.15.2.2 >+++ if_vlan.c 2000/08/15 04:47:01 >@@ -268,6 +268,9 @@ > m_freem(m); > continue; > } >+ p->if_obytes += m->m_pkthdr.len; >+ if (m->m_flags & M_MCAST) >+ p->if_omcasts++; > IF_ENQUEUE(&p->if_snd, m); > if ((p->if_flags & IFF_OACTIVE) == 0) { > p->if_start(p);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 20611
: 10254