FreeBSD Bugzilla – Attachment 192442 Details for
Bug 227450
[patch] Should not all packets processed by gif_output be deleted, when an running instance of if_gif(4) is member of an instance of if_bridge(4)?
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for if_gif(4).
if_gif.patch (text/plain), 307 bytes, created by
henning.matyschok
on 2018-04-11 21:57:51 UTC
(
hide
)
Description:
Patch for if_gif(4).
Filename:
MIME Type:
Creator:
henning.matyschok
Created:
2018-04-11 21:57:51 UTC
Size:
307 bytes
patch
obsolete
>--- sys/net/if_gif.c.orig 2018-04-12 00:07:05.046785000 +0200 >+++ sys/net/if_gif.c 2018-04-11 22:34:20.522788000 +0200 >@@ -502,6 +502,11 @@ > { > uint32_t af; > >+ if (ifp->if_bridge) { >+ m_freem(m); >+ return (EBUSY); >+ } >+ > if (dst->sa_family == AF_UNSPEC) > bcopy(dst->sa_data, &af, sizeof(af)); > else
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 227450
: 192442