On Wed, Feb 22, 2017 at 06:32:07PM +0100, Martin Pieuchot wrote: > Here's an updated diff that should address all your points.
> @@ -180,8 +181,8 @@ ip6_input(struct mbuf *m) > struct ip6_hdr *ip6; > struct sockaddr_in6 sin6; > struct rtentry *rt = NULL; > - int off, nxt, ours = 0; > u_int16_t src_scope, dst_scope; > + int off, nxt, ours = 0; > #if NPF > 0 > struct in6_addr odst; > #endif Needless chunk. OK bluhm@
