diff options
| author | Roy Marples <roy@marples.name> | 2019-11-04 17:21:33 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-11-04 17:21:33 +0000 |
| commit | c638eac8065e21fbef84db75a04f6a4a5a11e2b5 (patch) | |
| tree | fb0b948734fc01d32426ed4475d3e53278bfc10c /src/if.h | |
| parent | e23d415cbab46fe7acaedb4658aba5299c16c1f9 (diff) | |
| download | dhcpcd-c638eac8065e21fbef84db75a04f6a4a5a11e2b5.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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |
