CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/11/21 09:17:48
Modified files:
sys/netinet : ip_ah.c ip_esp.c ip_ipcomp.c ip_ipsp.c
ip_ipsp.h
usr.bin/netstat: inet.c
Log message:
Add the new `ipsec_exctdb' ipsec(4) counter to count and expose to the
userland the TDBs which exceeded hard limit.
Also the `ipsec_notdb' counter description in header doesn't math to
netstat(1) description. We never count `ipsec_notdb' and the netstat(1)
description looks more appropriate so it's used to avoid confusion with
the new counter.
ok bluhm@