From 0898dcc2780e20fbbe81c98c23cf9fefb0d6d65b Mon Sep 17 00:00:00 2001 From: Roman Kurakin Date: Tue, 3 Apr 2007 14:36:18 +0000 Subject: [PATCH] s/if_vlan/vlan/ Noted by: brueffer --- share/man/man4/if_bridge.4 | 4 ++-- 1 file 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.