- Raise max range of sctp_logging sysctl so panda does not disallow
us to turn on logging levels.
This commit is contained in:
parent
f28a171ce2
commit
48dabb921d
@ -396,7 +396,7 @@ __FBSDID("$FreeBSD$");
|
||||
#define SCTPCTL_LOGGING_LEVEL 51
|
||||
#define SCTPCTL_LOGGING_LEVEL_DESC "Ltrace/KTR trace logging level"
|
||||
#define SCTPCTL_LOGGING_LEVEL_MIN 0
|
||||
#define SCTPCTL_LOGGING_LEVEL_MAX 0x007fffff
|
||||
#define SCTPCTL_LOGGING_LEVEL_MAX 0xffffffff
|
||||
#define SCTPCTL_LOGGING_LEVEL_DEFAULT 0
|
||||
|
||||
#ifdef SCTP_DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user