Re: [PATCH] Convert gre_sysctl to sysctl_bounded_arr

2020-12-08 Thread George Koehler
ok gkoehler@ with one comment change, see below. On Sat, 21 Nov 2020 15:36:58 -0800 Greg Steuck wrote: > diff --git sys/net/if_gre.c sys/net/if_gre.c > index cb5beeaad62..deacad9c755 100644 > --- sys/net/if_gre.c > +++ sys/net/if_gre.c > @@ -1109,7 +1109,7 @@ gre_input_key(struct mbuf **mp, int

[PATCH] Convert gre_sysctl to sysctl_bounded_arr

2020-11-21 Thread Greg Steuck
also OK the sysctl conversion? Tell me if one or two commits is preferable. Thanks Greg >From 0759b51ee5c612d3f922a334f5eddf2bc1fa053a Mon Sep 17 00:00:00 2001 From: Greg Steuck Date: Sat, 21 Nov 2020 14:48:12 -0800 Subject: [PATCH] Convert gre_sysctl to sysctl_bounded_arr Fixed up a refe