diff options
| author | Roy Marples <roy@marples.name> | 2016-02-15 21:19:56 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2016-02-15 21:19:56 +0000 |
| commit | aafc7d05c869821038ec54de2a81cfd68b42575d (patch) | |
| tree | f555a6cc49c182d2ade19c4325ca210489bb12f5 /dhcpcd.c | |
| parent | ee184a69d1f46327f8ef76910f01030609ebcab8 (diff) | |
| download | dhcpcd-aafc7d05c869821038ec54de2a81cfd68b42575d.tar.xz | |
Export STATIC6 to libdhcpcd.
Diffstat (limited to 'dhcpcd.c')
| -rw-r--r-- | dhcpcd.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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)) |
