]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/core/dev.c
net: Introduce passthru_features_check
[mirror_ubuntu-artful-kernel.git] / net / core / dev.c
index cb46badbef5a7d791fdbf374ac06fb61a71d6869..3a06003ecafd307acf8b1fae3182e81b5a2ac328 100644 (file)
@@ -2562,6 +2562,14 @@ static netdev_features_t harmonize_features(struct sk_buff *skb,
        return features;
 }
 
+netdev_features_t passthru_features_check(struct sk_buff *skb,
+                                         struct net_device *dev,
+                                         netdev_features_t features)
+{
+       return features;
+}
+EXPORT_SYMBOL(passthru_features_check);
+
 static netdev_features_t dflt_features_check(const struct sk_buff *skb,
                                             struct net_device *dev,
                                             netdev_features_t features)