CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2017/10/18 07:16:35
Modified files: sys/netinet6 : icmp6.c ip6_input.c Log message: Setting the IPV6_MINMTU flag in the call to ip6_output() was moved from icmp6_reflect() to ip6_send_dispatch() when ip6_send() was introduced. Move the comment that explains this flag also to the place where it is used. from sashan@