CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2018/07/12 09:51:50
Modified files: sys/netinet : ip_ah.c ip_esp.c ip_ipcomp.c ip_ipsp.h ip_output.c ipsec_output.c sys/netinet6 : ip6_output.c Log message: Introduce ipsec_output_cb() to merge duplicate code and account for dropped packets in the output path. While here fix a memory leak when compression is not needed w/ IPcomp. ok markus@