Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Mar 2016 21:48:26 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r297086 - head/sys/nfs
Message-ID:  <201603202148.u2KLmQ4p088236@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603202148.u2KLmQ4p088236>