]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - ip/tunnel.c
iproute: Set ip/ip6 lwtunnel flags
[mirror_iproute2.git] / ip / tunnel.c
index 20fe6d7d72f10f34a1368f80becbfa91773e7d04..d0d55f37169e9f522e39453b894b61f9bbf0200e 100644 (file)
@@ -321,8 +321,7 @@ static void tnl_print_stats(const struct rtnl_link_stats64 *s)
               s->tx_carrier_errors, s->tx_dropped);
 }
 
-static int print_nlmsg_tunnel(const struct sockaddr_nl *who,
-                             struct nlmsghdr *n, void *arg)
+static int print_nlmsg_tunnel(struct nlmsghdr *n, void *arg)
 {
        struct tnl_print_nlmsg_info *info = arg;
        struct ifinfomsg *ifi = NLMSG_DATA(n);