diff options
| author | Roy Marples <roy@marples.name> | 2017-03-24 21:34:12 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2017-03-24 21:34:12 +0000 |
| commit | cdf4387ec19a64b218e0ad8aeec393dd17184d9d (patch) | |
| tree | e937e52757acbfc7a2885ba10278753198e934de /src/if.h | |
| parent | 34af0dbc74617e2cdf0ac138a588d77aa9e932f5 (diff) | |
| download | dhcpcd-cdf4387ec19a64b218e0ad8aeec393dd17184d9d.tar.xz | |
Remove ipv6ra_own and ipv6ra_own_default options.
This is controllable via noipv6 and noipv6rs options.
Diffstat (limited to 'src/if.h')
| -rw-r--r-- | src/if.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -180,7 +180,7 @@ int if_initrt(struct dhcpcd_ctx *, int); #endif #ifdef INET6 -int if_checkipv6(struct dhcpcd_ctx *ctx, const struct interface *, int); +int if_checkipv6(struct dhcpcd_ctx *ctx, const struct interface *); #ifdef IPV6_MANAGETEMPADDR int ip6_use_tempaddr(const char *ifname); int ip6_temp_preferred_lifetime(const char *ifname); |
