CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2021/10/05 05:34:35
Modified files: sys/netinet : ip_ipsp.h ipsec_input.c Log message: Move setting ipsec mtu into a function. The NULL and invalid check in ipsec_common_ctlinput() is not necessary, the loop in ipsec_set_mtu() does that anyway. udpencap_ctlinput() did not work for bundled SA, this also needs the loop in ipsec_set_mtu(). OK sthen@