Part of an old diff I still have in my tree. There since (second, proper) import in r1.3.
OK? Index: if_wg.c =================================================================== RCS file: /cvs/src/sys/net/if_wg.c,v retrieving revision 1.25 diff -u -p -r1.25 if_wg.c --- if_wg.c 6 Jun 2022 14:45:41 -0000 1.25 +++ if_wg.c 21 Jul 2022 11:15:19 -0000 @@ -370,7 +370,6 @@ int wg_clone_destroy(struct ifnet *); void wgattach(int); uint64_t peer_counter = 0; -uint64_t keypair_counter = 0; struct pool wg_aip_pool; struct pool wg_peer_pool; struct pool wg_ratelimit_pool;
