bridge: fdb dumping takes a filter device
[deliverable/linux.git] / drivers / net / vxlan.c
index c2d360150804b82e6846da53072e936433122ba0..e6808f7e4e3288cbb1b034fe55009c08f2e98c9b 100644 (file)
@@ -933,7 +933,8 @@ out:
 
 /* Dump forwarding table */
 static int vxlan_fdb_dump(struct sk_buff *skb, struct netlink_callback *cb,
-                         struct net_device *dev, int idx)
+                         struct net_device *dev,
+                         struct net_device *filter_dev, int idx)
 {
        struct vxlan_dev *vxlan = netdev_priv(dev);
        unsigned int h;
This page took 0.035204 seconds and 5 git commands to generate.