CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/28 06:14:25
Modified files:
sys/net : if.c
sys/netinet : tcp_input.c
sys/netinet6 : icmp6.c ip6_forward.c ip6_mroute.c ip6_output.c
nd6.c nd6.h nd6_rtr.c
usr.sbin/ndp : ndp.c
Log message:
Remove linkmtu and maxmtu from struct nd_ifinfo. IN6_LINKMTU can now
die and ifp->if_mtu is the one true mtu.
Suggested by and OK mpi@
