From: Roy Marples Date: Fri, 6 Sep 2013 15:21:26 +0000 (+0000) Subject: Fix linux support for new RTM handling. X-Git-Tag: v6.1.0~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc6fb1beb19bed7f2c8318ccb95beabd52ef9fe2;p=thirdparty%2Fdhcpcd.git Fix linux support for new RTM handling. --- diff --git a/if-linux.c b/if-linux.c index 899ce6d0..6c893e28 100644 --- a/if-linux.c +++ b/if-linux.c @@ -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