summaryrefslogtreecommitdiffstats
path: root/share/man/man4/bridge.4
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-03-18 14:41:47 +0000
committerru <ru@FreeBSD.org>2002-03-18 14:41:47 +0000
commit97406621603cd326708524776a2b5e2c5d8c1f75 (patch)
treedfafc9d8124ab38716bb20f554f1661bbbe928be /share/man/man4/bridge.4
parent272c9b0e685960fde45f28de373dca144c3c1cdc (diff)
downloadFreeBSD-src-97406621603cd326708524776a2b5e2c5d8c1f75.zip
FreeBSD-src-97406621603cd326708524776a2b5e2c5d8c1f75.tar.gz
Unobfuscate VLAN trunking description.
Reviewed by: luigi
Diffstat (limited to 'share/man/man4/bridge.4')
-rw-r--r--share/man/man4/bridge.422
1 files changed, 11 insertions, 11 deletions
diff --git a/share/man/man4/bridge.4 b/share/man/man4/bridge.4
index fee054f..ee65db8 100644
--- a/share/man/man4/bridge.4
+++ b/share/man/man4/bridge.4
@@ -43,17 +43,16 @@ interfaces in the same cluster, a
box can also implement what in commercial terms is called a
.Dq trunk
interface.
-This means packets
-coming from one of the interfaces in the cluster,
-will appear
-on the wire on the
+This means that packets
+coming from one of the interfaces in a cluster
+will appear on the wire of the
.Dq parent
-interfaces of any VLAN
-interface belonging to the cluster, with the
-proper VLAN tag.
-Similarly, packets coming from a
-parent interface, will have the VLAN tag stripped and
-will be forwarded to other interfaces on the same cluster.
+interface of any VLAN interface in a cluster,
+with the proper VLAN tag.
+Similarly, packets
+coming from a parent interface of any VLAN interface in a cluster
+will have the VLAN tag stripped,
+and will be forwarded to other interfaces in a cluster.
See the
.Sx EXAMPLES
section for more details.
@@ -159,7 +158,8 @@ interface, and pass packets
for 802.1q VLANs 10 and 20 to physical interfaces
.Li dc1
and
-.Li dc2 :
+.Li dc2 ,
+respectively:
.Bd -literal -offset indent
sysctl net.link.ether.bridge_cfg=vlan0:34,dc1:34,vlan1:56,dc2:56
ifconfig vlan0 vlan 10 vlandev dc0
OpenPOWER on IntegriCloud