Simplify ip6_getpmtu() to use a 'struct rtentry *' instead of two
authormpi <mpi@openbsd.org>
Thu, 25 Aug 2016 12:30:16 +0000 (12:30 +0000)
committermpi <mpi@openbsd.org>
Thu, 25 Aug 2016 12:30:16 +0000 (12:30 +0000)
commit73ae3de35c8d0c66abbe671ee7b627c930b17980
tree358fb4afa5dacbef79b806bd58514462fd61658e
parent3c137c4f70f5e37e48ab31a2ba5cfc5d6c2120f2
Simplify ip6_getpmtu() to use a 'struct rtentry *' instead of two
'struct route_in6 *'.

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

Inputs from and ok bluhm@
sys/netinet6/ip6_output.c