summaryrefslogtreecommitdiffstats
path: root/dhcpcd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2016-02-15 21:19:56 +0000
committerRoy Marples <roy@marples.name>2016-02-15 21:19:56 +0000
commitaafc7d05c869821038ec54de2a81cfd68b42575d (patch)
treef555a6cc49c182d2ade19c4325ca210489bb12f5 /dhcpcd.c
parentee184a69d1f46327f8ef76910f01030609ebcab8 (diff)
downloaddhcpcd-aafc7d05c869821038ec54de2a81cfd68b42575d.tar.xz
Export STATIC6 to libdhcpcd.
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 78e08196..23af13f7 100644
--- a/dhcpcd.c
+++ b/dhcpcd.c
@@ -1329,6 +1329,8 @@ dhcpcd_getinterfaces(void *arg)
len++;
if (IPV4LL_STATE_RUNNING(ifp))
len++;
+ if (IPV6_STATE_RUNNING(ifp))
+ len++;
if (RS_STATE_RUNNING(ifp))
len++;
if (D6_STATE_RUNNING(ifp))