- Raise max range of sctp_logging sysctl so panda does not disallow

us to turn on logging levels.
This commit is contained in:
Randall Stewart 2007-06-16 03:28:18 +00:00
parent f28a171ce2
commit 48dabb921d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170814

View File

@ -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