FreeBSD Bugzilla – Attachment 170599 Details for
Bug 166255
[net] [patch] It should be possible to disable "promiscuous mode enabled" messages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
if.c.diff
if.c.diff (text/plain), 553 bytes, created by
Eugene Grosbein
on 2016-05-24 13:45:47 UTC
(
hide
)
Description:
if.c.diff
Filename:
MIME Type:
Creator:
Eugene Grosbein
Created:
2016-05-24 13:45:47 UTC
Size:
553 bytes
patch
obsolete
>Index: sys/net/if.c >=================================================================== >--- sys/net/if.c (revision 300593) >+++ sys/net/if.c (working copy) >@@ -116,7 +116,8 @@ > /* Log promiscuous mode change events */ > static int log_promisc_mode_change = 1; > >-SYSCTL_INT(_net_link, OID_AUTO, log_promisc_mode_change, CTLFLAG_RW, >+TUNABLE_INT("net.link.log_promisc_mode_change", &log_promisc_mode_change); >+SYSCTL_INT(_net_link, OID_AUTO, log_promisc_mode_change, CTLFLAG_RDTUN, > &log_promisc_mode_change, 1, > "log promiscuous mode change events"); >
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 166255
:
123003
| 170599
Working