]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
If the dhcp server provided an interface-mtu option, transcribe the value
authorian <ian@FreeBSD.org>
Mon, 21 Mar 2016 15:06:50 +0000 (15:06 +0000)
committerian <ian@FreeBSD.org>
Mon, 21 Mar 2016 15:06:50 +0000 (15:06 +0000)
commit1634b66e41d600239492d47229ef27e850128927
tree99893910cc465248bf5d986401eafff0e0016328
parente88fb9c783e9a2592905530bdfb2bac12a7fb3b9
If the dhcp server provided an interface-mtu option, transcribe the value
to the boot.netif.mtu env var, which will be picked up by pre-existing code
in nfs_mountroot() and used to configure the interface accordingly.

This should bring the same functionality when the bootp/dhcp work is done
by loader(8) as r297150 does for the in-kernel BOOTP case.
sys/boot/common/dev_net.c
sys/boot/i386/libi386/pxe.c