From: Roy Marples Date: Fri, 17 Oct 2014 10:35:57 +0000 (+0000) Subject: Place IPv4LL into the same queue as DHCP. X-Git-Tag: v6.5.1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da1bbe3adde2467798403791949921eb4fcb4cba;p=thirdparty%2Fdhcpcd.git Place IPv4LL into the same queue as DHCP. --- diff --git a/ipv4ll.c b/ipv4ll.c index bc317079..d059321f 100644 --- a/ipv4ll.c +++ b/ipv4ll.c @@ -32,6 +32,7 @@ #include #include +#define ELOOP_QUEUE 2 #include "config.h" #include "arp.h" #include "common.h"