diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-10-04 18:30:26 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-10-04 18:30:26 +0000 |
commit | 48a88c7ff9fa78dfcf2e154cf5e4489e80e75823 (patch) | |
tree | 261c227fc7c11bdf3040e8d4db766b42deb09bf3 /share | |
parent | e60cd5786aa05cd6bff1c2793763fbf9b4acd4bf (diff) |
document third case: 'up'
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/hostname.if.5 | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/share/man/man5/hostname.if.5 b/share/man/man5/hostname.if.5 index 93ddcb07078..613f6c8acf7 100644 --- a/share/man/man5/hostname.if.5 +++ b/share/man/man5/hostname.if.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hostname.if.5,v 1.5 1999/09/02 18:11:22 aaron Exp $ +.\" $OpenBSD: hostname.if.5,v 1.6 1999/10/04 18:30:25 jason Exp $ .\" $NetBSD: hosts.5,v 1.4 1994/11/30 19:31:20 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -56,7 +56,7 @@ or .Pa bridgename.bridge0 . However, a configuration file is not needed for lo0. .Pp -The following two formats are valid for +The following three formats are valid for .Nm hostname.* files. .Pp @@ -144,6 +144,24 @@ Optional miscellaneous options to set on the interface, i.e., .Dq media 100baseTX mediaopt full-duplex . .El .Pp +An addressless network interface setup (useful for +.Xr bridge 4 +member interfaces) consists of +.Pp +.Bd -literal -offset xxxx +.Li up Va options +.Ed +.Pp +The above format has the following field values: +.Bl -tag -width indent -offset xxxx +.It Li up +The literal string +.Dq up +if the interface is to be simply brought up. +.It Va options +Optional miscellaneous options to set on the interface, i.e., +.Dq media 100baseTX mediaopt full-duplex . +.El .Pp The final file format only applies to .Nm bridgename.bridge* |