Remove linkmtu and maxmtu from struct nd_ifinfo. IN6_LINKMTU can now
authorflorian <florian@openbsd.org>
Wed, 28 Oct 2015 12:14:25 +0000 (12:14 +0000)
committerflorian <florian@openbsd.org>
Wed, 28 Oct 2015 12:14:25 +0000 (12:14 +0000)
commita923c8476c6771493ee2bc4f277a429c9ae3eaff
tree0ce39e85d1a8d040b51bfbaf124adc5a92525b3a
parente787ebf96f6c5c64144a2eb850bb96c841f3a933
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@
sys/net/if.c
sys/netinet/tcp_input.c
sys/netinet6/icmp6.c
sys/netinet6/ip6_forward.c
sys/netinet6/ip6_mroute.c
sys/netinet6/ip6_output.c
sys/netinet6/nd6.c
sys/netinet6/nd6.h
sys/netinet6/nd6_rtr.c
usr.sbin/ndp/ndp.c