net: Support specifying the network namespace upon device creation.
[deliverable/linux.git] / net / ipv4 / ip_gre.c
index 71a3242fb7d00f9ccf83e3ab4475477311c96e24..a7de9e3a8f1860b7ffc982ada513cfa8fa705b5c 100644 (file)
@@ -1483,7 +1483,7 @@ static void ipgre_tap_setup(struct net_device *dev)
        dev->features           |= NETIF_F_NETNS_LOCAL;
 }
 
-static int ipgre_newlink(struct net_device *dev, struct nlattr *tb[],
+static int ipgre_newlink(struct net *src_net, struct net_device *dev, struct nlattr *tb[],
                         struct nlattr *data[])
 {
        struct ip_tunnel *nt;
This page took 0.025658 seconds and 5 git commands to generate.