diff options
author | kn <kn@cvs.openbsd.org> | 2020-02-21 19:39:29 +0000 |
---|---|---|
committer | kn <kn@cvs.openbsd.org> | 2020-02-21 19:39:29 +0000 |
commit | 8ba6d07441a4a30bb8f22a16302a36e7dd389119 (patch) | |
tree | 5c8ec3f478199e1eba86c4179b57a9f6212b31fa /usr.sbin/ldomctl/ldom.conf.5 | |
parent | ca2ccdaa1aa6723a6fc86ae66f05263ca7afbe0c (diff) |
Support devaliases for vnet
vnet devalias=netboot
Creates a device alias to be used in OBP:
{ok} boot netboot
This helps navigating inside guests without remembering
device paths or rather their order as specified in the config.
OK kettenis
Diffstat (limited to 'usr.sbin/ldomctl/ldom.conf.5')
-rw-r--r-- | usr.sbin/ldomctl/ldom.conf.5 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/ldomctl/ldom.conf.5 b/usr.sbin/ldomctl/ldom.conf.5 index 75bf38f5de1..1d72ee44a4a 100644 --- a/usr.sbin/ldomctl/ldom.conf.5 +++ b/usr.sbin/ldomctl/ldom.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldom.conf.5,v 1.12 2020/02/20 20:38:44 kn Exp $ +.\" $OpenBSD: ldom.conf.5,v 1.13 2020/02/21 19:39:28 kn Exp $ .\" .\" Copyright (c) 2012 Mark Kettenis <kettenis@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 20 2020 $ +.Dd $Mdocdate: February 21 2020 $ .Dt LDOM.CONF 5 sparc64 .Os .Sh NAME @@ -81,6 +81,9 @@ Valid options are: Configure the MAC address of the interface. .It Ic mtu Ns = Ns Ar number Configure the MTU of the interface. +.It Ic devalias Ns = Ns Ar name +Alias the interface as +.Ar name . .El .El .Sh EXAMPLES |