summaryrefslogtreecommitdiffstats
path: root/dhcpcd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2015-06-29 15:31:33 +0000
committerRoy Marples <roy@marples.name>2015-06-29 15:31:33 +0000
commit706afa0ff47c3c1a6b71d05fa246f8755f1f7e30 (patch)
tree90caceba15e21bd3ae17f1a4654f7b33f0decf77 /dhcpcd.c
parent1d73df6bc59fcbdf664681515f622b4f1f9ed7f3 (diff)
downloaddhcpcd-706afa0ff47c3c1a6b71d05fa246f8755f1f7e30.tar.xz
Send the IPv4LL interface to listeners.
Send the expired IP in the old_ prefix.
Diffstat (limited to 'dhcpcd.c')
-rw-r--r--dhcpcd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dhcpcd.c b/dhcpcd.c
index 305eb2d8..a692465f 100644
--- a/dhcpcd.c
+++ b/dhcpcd.c
@@ -1238,6 +1238,8 @@ dhcpcd_getinterfaces(void *arg)
len++;
if (D_STATE_RUNNING(ifp))
len++;
+ if (IPV4LL_STATE_RUNNING(ifp))
+ len++;
if (RS_STATE_RUNNING(ifp))
len++;
if (D6_STATE_RUNNING(ifp))