created | 2024-12-22T22:38:26Z |
---|---|
begin | 2024-12-19T18:02:47Z |
end | 2024-12-19T22:10:35Z |
path | src/sys |
commits | 1 |
date | 2024-12-19T22:10:35Z | |||
---|---|---|---|---|
author | mvs | |||
files | src/sys/netinet/in_proto.c | log | diff | annotate |
src/sys/netinet/ip_carp.c | log | diff | annotate | |
src/sys/netinet6/in6_proto.c | log | diff | annotate | |
message |
Unlock carp_sysctl(). This is the statistics implemented with per-CPU counters and the `carp_opts' array of atomically accessed integers. Replace the `carp_opts' array with individual `carpctl_*' variables and use sysctl_bounded_arr() instead of sysctl_int(). Keep current `carpctl_*' variables bounds as is, they would be adjusted with separate diff. ok bluhm |