s/if_vlan/vlan/

Noted by: brueffer
This commit is contained in:
Roman Kurakin 2007-04-03 14:36:18 +00:00
parent 6246c6e2a7
commit 0898dcc278
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168302

View file

@ -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.