mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Change net.link.log_promisc_mode_change to a read-only tunable
PR: 166255 Submitted by: eugen.grosbein.net Obtained from: hselasky MFC after: 3 days
This commit is contained in:
parent
d93c912801
commit
dbd2ee46b2
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ SYSCTL_INT(_net_link, OID_AUTO, log_link_state_change, CTLFLAG_RW,
|
|||
/* Log promiscuous mode change events */
|
||||
static int log_promisc_mode_change = 1;
|
||||
|
||||
SYSCTL_INT(_net_link, OID_AUTO, log_promisc_mode_change, CTLFLAG_RW,
|
||||
SYSCTL_INT(_net_link, OID_AUTO, log_promisc_mode_change, CTLFLAG_RDTUN,
|
||||
&log_promisc_mode_change, 1,
|
||||
"log promiscuous mode change events");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue