summaryrefslogtreecommitdiffstats
path: root/src/if.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2017-03-24 21:34:12 +0000
committerRoy Marples <roy@marples.name>2017-03-24 21:34:12 +0000
commitcdf4387ec19a64b218e0ad8aeec393dd17184d9d (patch)
treee937e52757acbfc7a2885ba10278753198e934de /src/if.h
parent34af0dbc74617e2cdf0ac138a588d77aa9e932f5 (diff)
downloaddhcpcd-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if.h b/src/if.h
index f1303c90..7c0cc402 100644
--- a/src/if.h
+++ b/src/if.h
@@ -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);