aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorRoman Kurakin <rik@FreeBSD.org>2007-04-03 14:36:18 +0000
committerRoman Kurakin <rik@FreeBSD.org>2007-04-03 14:36:18 +0000
commit0898dcc2780e20fbbe81c98c23cf9fefb0d6d65b (patch)
treee168a93d47d32b7c6e571ea2349d3086dc0880e7 /share
parent6246c6e2a77c80621e1b96a8f932e66b5efd80ca (diff)
downloadsrc-0898dcc2780e20fbbe81c98c23cf9fefb0d6d65b.tar.gz
src-0898dcc2780e20fbbe81c98c23cf9fefb0d6d65b.zip
s/if_vlan/vlan/
Noted by: brueffer
Notes
Notes: svn path=/head/; revision=168302
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/if_bridge.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/if_bridge.4 b/share/man/man4/if_bridge.4
index 96f252bc01d4..6daf89c8e2b9 100644
--- a/share/man/man4/if_bridge.4
+++ b/share/man/man4/if_bridge.4
@@ -235,7 +235,7 @@ on the interface with the MAC address equal to the packet's destination
MAC.
There are situations when some of the bridge members are sharing
the same MAC address (for example the
-.Xr if_vlan 4
+.Xr vlan 4
interfaces: they are currenly sharing the
MAC address of the parent physical interface).
It is not possible to distinguish between these interfaces using
@@ -301,7 +301,7 @@ implementation details.
.Pp
This problem arises for any bridge members that are sharing the same
MAC address, not only to the
-.Xr if_vlan 4
+.Xr vlan 4
ones: they we taken just as the example of such situation.
So if one wants the filter the locally destined packets based on
their interface name, one should be aware of this implication.