FreeBSD Bugzilla – Attachment 185114 Details for
Bug 220860
Double loading of the if_bridge module causes panic
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed fix
b.diff (text/plain), 339 bytes, created by
Eugene Grosbein
on 2017-08-07 08:52:50 UTC
(
hide
)
Description:
proposed fix
Filename:
MIME Type:
Creator:
Eugene Grosbein
Created:
2017-08-07 08:52:50 UTC
Size:
339 bytes
patch
obsolete
>--- sys/net/if_bridge.c.orig 2017-02-15 13:04:43.000000000 +0700 >+++ sys/net/if_bridge.c 2017-08-07 15:47:34.810386000 +0700 >@@ -584,6 +584,7 @@ static moduledata_t bridge_mod = { > }; > > DECLARE_MODULE(if_bridge, bridge_mod, SI_SUB_PSEUDO, SI_ORDER_ANY); >+MODULE_VERSION(if_bridge, 1); > MODULE_DEPEND(if_bridge, bridgestp, 1, 1, 1); > > /*
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 220860
:
184508
|
184509
|
184510
| 185114