mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
sctp: fix format of sysctl variables
(cherry picked from commit a1d9ce19b13f220c5738e6aa58cf0c3750a05526)
This commit is contained in:
parent
6c0fb6c5ac
commit
bb31f15d17
1 changed files with 1 additions and 1 deletions
|
|
@ -894,7 +894,7 @@ sctp_sysctl_handle_trace_log_clear(SYSCTL_HANDLER_ARGS)
|
|||
return (error); \
|
||||
} \
|
||||
SYSCTL_PROC(_net_inet_sctp, OID_AUTO, mib_name, flags, NULL, 0, \
|
||||
sctp_sysctl_handle_##mib_name, "UI", prefix##_DESC)
|
||||
sctp_sysctl_handle_##mib_name, "IU", prefix##_DESC)
|
||||
|
||||
#define SCTP_UINT_SYSCTL_RDTUN(mib_name, var_name, prefix) \
|
||||
SYSCTL_UINT(_net_inet_sctp, OID_AUTO, mib_name, \
|
||||
|
|
|
|||
Loading…
Reference in a new issue