diff options
-rw-r--r-- | net/8021q/vlan_dev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/8021q/vlan_dev.c b/net/8021q/vlan_dev.c index c546c4228075..4042047d5558 100644 --- a/net/8021q/vlan_dev.c +++ b/net/8021q/vlan_dev.c | |||
@@ -585,6 +585,7 @@ static int vlan_dev_init(struct net_device *dev) | |||
585 | 585 | ||
586 | dev->vlan_features = real_dev->vlan_features & ~NETIF_F_ALL_FCOE; | 586 | dev->vlan_features = real_dev->vlan_features & ~NETIF_F_ALL_FCOE; |
587 | dev->hw_enc_features = vlan_tnl_features(real_dev); | 587 | dev->hw_enc_features = vlan_tnl_features(real_dev); |
588 | dev->mpls_features = real_dev->mpls_features; | ||
588 | 589 | ||
589 | /* ipv6 shared card related stuff */ | 590 | /* ipv6 shared card related stuff */ |
590 | dev->dev_id = real_dev->dev_id; | 591 | dev->dev_id = real_dev->dev_id; |