Use rtalloc(9) directly instead of in6_selectsr() in icmp6_reflect().
authormpi <mpi@openbsd.org>
Wed, 24 Aug 2016 09:38:29 +0000 (09:38 +0000)
committermpi <mpi@openbsd.org>
Wed, 24 Aug 2016 09:38:29 +0000 (09:38 +0000)
commit97bb401b4a484a596f44d3dfb25ed0bcc3740661
tree8063152c8daafba15481ef7b68e53d871448af96
parent100b4108b1c0dfcceea487b73edba25419589749
Use rtalloc(9) directly instead of in6_selectsr() in icmp6_reflect().

This is another little step towards deprecating 'struct route{,_in6}'.

ok bluhm@
sys/netinet6/icmp6.c