FreeBSD Bugzilla – Attachment 19625 Details for
Bug 34842
[nis] [patch] VmWare port + NIS causes "broadcast storm"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 520 bytes, created by
Per Hedeland
on 2002-02-11 18:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Per Hedeland
Created:
2002-02-11 18:50:01 UTC
Size:
520 bytes
patch
obsolete
>--- /usr/src/sys/net/if_tap.c.ORIG Thu Jul 27 15:57:05 2000 >+++ /usr/src/sys/net/if_tap.c Mon Feb 11 15:20:30 2002 >@@ -467,10 +467,10 @@ > /* > * do not junk pending output if we are in VMnet mode. > * XXX: can this do any harm because of queue overflow? >+ * Ummm, yes... > */ > >- if (((tp->tap_flags & TAP_VMNET) == 0) && >- ((tp->tap_flags & TAP_READY) != TAP_READY)) { >+ if ((tp->tap_flags & TAP_READY) != TAP_READY) { > struct mbuf *m = NULL; > > TAPDEBUG("%s%d not ready. minor = %#x, tap_flags = 0x%x\n",
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 34842
: 19625 |
19626