CVSROOT: /cvs Module name: src Changes by: to...@cvs.openbsd.org 2022/09/19 14:54:02
Modified files: sbin/iked : config.c control.c iked.h ikev2.c ikev2_msg.c ikev2_pld.c policy.c types.h usr.sbin/ikectl: ikectl.c parser.c parser.h Log message: Add iked connection statistics for successful and failed connections, common error types and other events that help analyze errors in larger setups. The counters can be printed with 'ikectl show stats'. ok bluhm@ patrick@ from and ok markus@