CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2010/09/13 03:59:32
Modified files: sys/netinet : ip_icmp.c ip_icmp.h Log message: Change icmp_reflect() so that it does not call icmp_send directly. This allows other users (like MPLS) use this function instead of rolling a own version. Implement icmp_do_exthdr() to attach an RFC 4884 extension header to an ICMP error produced by icmp_do_error(). "best to get it in." deraadt@