CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2012/04/03 09:03:08
Modified files: sys/netinet6 : ip6_input.c Log message: According to the RFC 2460 and RFC 5095, ICMP Parameter Problem, Code 0 should be sent in response to an IPv6 packet with RH0. Improve this a bit further by filling in an icmp error pointer. With sperreault, ok sperreault, sthen