From b50d46df0917b3f1eb2108a827bf1922946705d7 Mon Sep 17 00:00:00 2001 From: Ian Lepore Date: Sun, 20 Mar 2016 21:48:26 +0000 Subject: [PATCH] It appears nfs_mountroot() will use the env var "boot.netif.mtu" if it exists, so mention that along with all the other boot.netif vars. --- sys/nfs/nfs_diskless.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/nfs/nfs_diskless.c b/sys/nfs/nfs_diskless.c index 864aae0bc8ee..e765c2eb138a 100644 --- a/sys/nfs/nfs_diskless.c +++ b/sys/nfs/nfs_diskless.c @@ -154,6 +154,7 @@ nfs_parse_options(const char *envopts, struct nfs_args *nd) * boot.netif.netmask netmask on boot interface * boot.netif.gateway default gateway (optional) * boot.netif.hwaddr hardware address of boot interface + * boot.netif.mtu interface mtu from bootp/dhcp (optional) * boot.nfsroot.server IP address of root filesystem server * boot.nfsroot.path path of the root filesystem on server * boot.nfsroot.nfshandle NFS handle for root filesystem on server