CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2021/10/05 05:45:26
Modified files: sys/netinet : ip_ipip.c ip_ipip.h ip_ipsp.h ipsec_input.c ipsec_output.c Log message: Cleanup the error handling in ipsec ipip_output() and consistently goto drop instead of return. An ENOBUFS should be EINVAL in IPv6 case. Also use combined packet and byte counter. OK sthen@ dlg@