]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Place IPv4LL into the same queue as DHCP.
authorRoy Marples <roy@marples.name>
Fri, 17 Oct 2014 10:35:57 +0000 (10:35 +0000)
committerRoy Marples <roy@marples.name>
Fri, 17 Oct 2014 10:35:57 +0000 (10:35 +0000)
ipv4ll.c

index bc3170794609f5d90fb5256318324ddc0ae2262f..d059321f267f73f11d546ce56c1684b0503995d6 100644 (file)
--- a/ipv4ll.c
+++ b/ipv4ll.c
@@ -32,6 +32,7 @@
 #include <syslog.h>
 #include <unistd.h>
 
+#define ELOOP_QUEUE 2
 #include "config.h"
 #include "arp.h"
 #include "common.h"