git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cbdcee
)
bridge: Implement vlan ingress/egress policy with PVID.
author
Vlad Yasevich
<vyasevic@redhat.com>
Wed, 13 Feb 2013 12:00:14 +0000
(12:00 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 14 Feb 2013 00:42:15 +0000
(19:42 -0500)
At ingress, any untagged traffic is assigned to the PVID.
Any tagged traffic is filtered according to membership bitmap.
At egress, if the vlan matches the PVID, the frame is sent
untagged. Otherwise the frame is sent tagged.
Signed-off-by: Vlad Yasevich <vyasevic@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found