]> Pileus Git - ~andy/linux/commit
bridge: Set vlan_features to allow offloads on vlans.
authorVlad Yasevich <vyasevic@redhat.com>
Wed, 22 May 2013 07:49:34 +0000 (07:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 May 2013 01:54:30 +0000 (18:54 -0700)
commit161f65ba3583b84b4714f21dbee263f99824c516
tree0061ebe913e19ca1f0914d417ec99fd17b976d79
parent7a9d645e132d46f2a47221434b852e038e7c53e0
bridge: Set vlan_features to allow offloads on vlans.

When vlan device is configured on top of the brige, it does
not support any offload capabilities because the bridge
device does not initiliaze vlan_fatures.  Set vlan_fatures to
be equivalent to hw_fatures.

Signed-off-by: Vlad Yasevich <vyasevic@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_device.c