diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-02-26 19:31:51 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-02-26 19:31:51 +0000 |
commit | 8aea5ba4a6aecda2a9306ca0af177e83f8e20f4c (patch) | |
tree | 4259c8fec1aa5eb65fb315a37bde8e640f84607b | |
parent | 9ad0f1b665696cd9b2455a9fbeac7e5b25f2bb62 (diff) |
Xr brconfig
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index b0171dda0d0..4a58cca25e1 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.19 1998/12/15 01:20:32 aaron Exp $ +.\" $OpenBSD: ifconfig.8,v 1.20 1999/02/26 19:31:50 jason Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -71,7 +71,11 @@ network interface parameters. must be used at boot time to define the network address of each interface present on a machine; it may also be used at a later time to redefine an interface's address -or other operating parameters. +or other operating parameters. To configure a bridge interface, +use the +.Xr brconfig 8 +program instead of +.Nm ifconfig . .Pp Available operands for .Nm ifconfig : @@ -385,6 +389,7 @@ tried to alter an interface's configuration. .Xr netstat 1 , .Xr ifmedia 4 , .Xr netintro 4 , +.Xr brconfig 8 , .Xr rc 8 , .Xr routed 8 .Sh HISTORY |