diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-01-01 20:47:56 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-01-01 20:47:56 +0000 |
commit | d6702f0f32f81737f3e35eac1d4c1417f31cf5e1 (patch) | |
tree | 44d20c32db83c87640540cdf30c07d58bda2e042 | |
parent | 5fdc4797b78604788a8267d61311830e16dc69ef (diff) |
some minor improvements;
-rw-r--r-- | sbin/brconfig/brconfig.8 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sbin/brconfig/brconfig.8 b/sbin/brconfig/brconfig.8 index ba6f34034e2..54b28a33286 100644 --- a/sbin/brconfig/brconfig.8 +++ b/sbin/brconfig/brconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: brconfig.8,v 1.67 2007/01/01 20:41:23 jmc Exp $ +.\" $OpenBSD: brconfig.8,v 1.68 2007/01/01 20:47:55 jmc Exp $ .\" .\" Copyright (c) 1999-2001 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -249,7 +249,7 @@ Otherwise, any key management daemons such as that are running on the bridge will be invoked to establish the necessary SAs. These daemons have to be configured as if they were running on the -host whose traffic they are protecting (i.e., they need to have the +host whose traffic they are protecting (i.e. they need to have the appropriate authentication and authorization material, such as keys and certificates, to impersonate the protected host(s)). .It Cm -link2 @@ -440,14 +440,16 @@ frames: .Pp .Dl # brconfig bridge0 up .Pp -The internal interface, i.e., fxp1, on each bridge need not have an IP -address; the bridge can function without it. +The internal interface on each bridge need not have an IP +address: the bridge can function without it. .Pp Note: It is possible to put the above commands in the .Xr hostname.if 5 and .Xr bridgename.if 5 -files, using the ! operator. +files, using the +.Sq !\& +operator. .Sh SPANNING TREE The bridge has support for 802.1D-2004 Spanning Tree Protocol (STP), which can be used to detect and remove loops in a network topology. |