]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix linux support for new RTM handling.
authorRoy Marples <roy@marples.name>
Fri, 6 Sep 2013 15:21:26 +0000 (15:21 +0000)
committerRoy Marples <roy@marples.name>
Fri, 6 Sep 2013 15:21:26 +0000 (15:21 +0000)
if-linux.c

index 899ce6d005804d361ba909dd58a29d6e5b8b10ab..6c893e282df6145d5d13010db32cd679084e17aa 100644 (file)
@@ -363,7 +363,7 @@ link_addr(struct nlmsghdr *nlm)
                        }
                        rta = RTA_NEXT(rta, len);
                }
-               ipv4_handleifa(nlm->nlmsg_type, ifn, &addr, &net, &dest);
+               ipv4_handleifa(nlm->nlmsg_type, NULL, ifn, &addr, &net, &dest);
                break;
 #endif
 #ifdef INET6