CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/25 06:30:16
Modified files:
sys/netinet6 : ip6_output.c
Log message:
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@
