diff options
| author | Roy Marples <roy@marples.name> | 2016-02-14 08:04:55 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2016-02-14 08:04:55 +0000 |
| commit | 408fe75557cf974bae70d3cf4c10a63fc2b2da91 (patch) | |
| tree | 3986a7d9a840b3a8b622630647789bf7f3fa07cf /dhcpcd.c | |
| parent | e5722542c95b811151ebe012aa27df72d8e75e17 (diff) | |
| download | dhcpcd-408fe75557cf974bae70d3cf4c10a63fc2b2da91.tar.xz | |
Implement IPv6 static address, fixes [29417b793e].
Diffstat (limited to 'dhcpcd.c')
| -rw-r--r-- | dhcpcd.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -926,6 +926,8 @@ dhcpcd_startinterface(void *arg) } if (ifo->options & DHCPCD_IPV6) { + ipv6_startstatic(ifp); + if (ifo->options & DHCPCD_IPV6RS) ipv6nd_startrs(ifp); |
