]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - ip/iptoken.c
libnetlink: Rename rtnl_wilddump_* to rtnl_linkdump_*
[mirror_iproute2.git] / ip / iptoken.c
index fb64da4ec26224fad8a1f73630b100062d4b075c..8605e75c4edc8d82230d77af8fbb08cf53c492e7 100644 (file)
@@ -109,7 +109,7 @@ static int iptoken_list(int argc, char **argv)
                argc--; argv++;
        }
 
-       if (rtnl_wilddump_request(&rth, af, RTM_GETLINK) < 0) {
+       if (rtnl_linkdump_req(&rth, af) < 0) {
                perror("Cannot send dump request");
                return -1;
        }