Re: bpf_sysctl for sysctl_int_bounded

2020-11-02 Thread Todd C . Miller
On Sun, 01 Nov 2020 19:31:16 -0800, Greg Steuck wrote: > Mildly different in flavor due to the special check. OK? OK millert@ - todd

bpf_sysctl for sysctl_int_bounded

2020-11-01 Thread Greg Steuck
Date: Sun, 1 Nov 2020 19:06:46 -0800 Subject: [PATCH 2/3] Use bpf_sysctl for sysctl_int_bounded Unlike the other cases of sysctl_bounded_arr this one uses a dynamic limit. --- sys/net/bpf.c | 24 1 file changed, 4 insertions(+), 20 deletions(-) diff --git sys/net/bpf.c s