svn commit: r297086 - head/sys/nfs
Ian Lepore
ian at FreeBSD.org
Sun Mar 20 21:48:27 UTC 2016
Author: ian
Date: Sun Mar 20 21:48:26 2016
New Revision: 297086
URL: https://svnweb.freebsd.org/changeset/base/297086
Log:
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.
Modified:
head/sys/nfs/nfs_diskless.c
Modified: head/sys/nfs/nfs_diskless.c
==============================================================================
--- head/sys/nfs/nfs_diskless.c Sun Mar 20 20:37:26 2016 (r297085)
+++ head/sys/nfs/nfs_diskless.c Sun Mar 20 21:48:26 2016 (r297086)
@@ -154,6 +154,7 @@ nfs_parse_options(const char *envopts, s
* 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
More information about the svn-src-all
mailing list