IPv6: incorrect routing header should yield ICMP6_PARAMPROB_HEADER

2012-04-03 Thread Mike Belopuhov
According to the RFC 2460 and RFC 5095, ICMP Parameter Problem, Code 0 should be sent, not Code 2. OK? (while at the spot, kill a trailing whitespace) diff --git sys/netinet6/ip6_input.c sys/netinet6/ip6_input.c index 6afde60..e554ad7 100644 --- sys/netinet6/ip6_input.c +++

Re: IPv6: incorrect routing header should yield ICMP6_PARAMPROB_HEADER

2012-04-03 Thread Mike Belopuhov
On Tue, Apr 03, 2012 at 13:15 +0200, Mike Belopuhov wrote: According to the RFC 2460 and RFC 5095, ICMP Parameter Problem, Code 0 should be sent, not Code 2. OK? (while at the spot, kill a trailing whitespace) we have improved the diff with sperreault@ to set a pointer field as well as