diff options
| author | Roy Marples <roy@marples.name> | 2018-02-02 11:24:58 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2018-02-02 11:24:58 +0000 |
| commit | 8f483d192082a953dd035f38ee4555735106f1fc (patch) | |
| tree | c88603ef9b0e5c2b04dcf0c820af0f6b77c92dcb /src/if.h | |
| parent | ad85ee61b6205daa07452e8504492385411a4e65 (diff) | |
| download | dhcpcd-8f483d192082a953dd035f38ee4555735106f1fc.tar.xz | |
inet6: simplify setup of kernel
Rename if_checkipv6 to if_setup_inet6 so it's more descriptive.
simpify code as we don't really care about the result.
Restore the prior behavior of not disabling kernel RA handling
if dhcpcd is not doing it.
Diffstat (limited to 'src/if.h')
| -rw-r--r-- | src/if.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -187,7 +187,7 @@ int if_addrflags(const struct interface *, const struct in_addr *, #endif #ifdef INET6 -int if_checkipv6(struct dhcpcd_ctx *ctx, const struct interface *); +void if_setup_inet6(const struct interface *); #ifdef IPV6_MANAGETEMPADDR int ip6_use_tempaddr(const char *ifname); int ip6_temp_preferred_lifetime(const char *ifname); |
