summaryrefslogtreecommitdiffstats
path: root/src/if.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-11-04 17:21:33 +0000
committerRoy Marples <roy@marples.name>2019-11-04 17:21:33 +0000
commit8c94248fe45c03f0e03f418f5d4bf2dea68cb41f (patch)
treefb0b948734fc01d32426ed4475d3e53278bfc10c /src/if.h
parent8830ff90cdef42d8c7e76295c51652e1ddca4e25 (diff)
downloaddhcpcd-8c94248fe45c03f0e03f418f5d4bf2dea68cb41f.tar.xz
BSD: Disable kernel RTADV sysctl earlier
Just makes life a bit easier.
Diffstat (limited to 'src/if.h')
-rw-r--r--src/if.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/if.h b/src/if.h
index 19b6b2fe..ecfdb102 100644
--- a/src/if.h
+++ b/src/if.h
@@ -195,6 +195,7 @@ int if_addrflags(const struct interface *, const struct in_addr *,
#endif
#ifdef INET6
+void if_disable_rtadv(void);
void if_setup_inet6(const struct interface *);
#ifdef IPV6_MANAGETEMPADDR
int ip6_use_tempaddr(const char *ifname);