diff options
| author | Roy Marples <roy@marples.name> | 2015-06-29 15:31:33 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2015-06-29 15:31:33 +0000 |
| commit | 706afa0ff47c3c1a6b71d05fa246f8755f1f7e30 (patch) | |
| tree | 90caceba15e21bd3ae17f1a4654f7b33f0decf77 /dhcpcd.c | |
| parent | 1d73df6bc59fcbdf664681515f622b4f1f9ed7f3 (diff) | |
| download | dhcpcd-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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)) |
