FreeBSD Bugzilla – Attachment 11222 Details for
Bug 22178
Output byte counter on VLAN parent not advancing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 432 bytes, created by
Yar Tikhiy
on 2000-10-21 11:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Yar Tikhiy
Created:
2000-10-21 11:40:01 UTC
Size:
432 bytes
patch
obsolete
>--- if_vlan.c.orig Sat Oct 21 14:13:01 2000 >+++ if_vlan.c Sat Oct 21 14:21:58 2000 >@@ -269,10 +269,12 @@ > continue; > } > IF_ENQUEUE(&p->if_snd, m); >- if ((p->if_flags & IFF_OACTIVE) == 0) { >+ ifp->if_opackets++; >+ p->if_obytes += m->m_pkthdr.len; >+ if (m->m_flags & M_MCAST) >+ p->if_omcasts++; >+ if ((p->if_flags & IFF_OACTIVE) == 0) > p->if_start(p); >- ifp->if_opackets++; >- } > } > ifp->if_flags &= ~IFF_OACTIVE;
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 22178
: 11222