]> Pileus Git - ~andy/linux/commit
bridge: Add the ability to configure pvid
authorVlad Yasevich <vyasevic@redhat.com>
Wed, 13 Feb 2013 12:00:15 +0000 (12:00 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 14 Feb 2013 00:42:15 +0000 (19:42 -0500)
commit552406c488ec2cf1aaf8b5bd24d1750c9fd6d8cc
treea107b251cc39ce383b1fad2dff97f0c088b3c172
parent7885198861fc9a3dfdc6bb90dc0ba12689d6cd57
bridge: Add the ability to configure pvid

A user may designate a certain vlan as PVID.  This means that
any ingress frame that does not contain a vlan tag is assigned to
this vlan and any forwarding decisions are made with this vlan in mind.

Signed-off-by: Vlad Yasevich <vyasevic@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/if_bridge.h
net/bridge/br_netlink.c
net/bridge/br_private.h
net/bridge/br_vlan.c