summaryrefslogtreecommitdiffstats
path: root/src/if.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-11-09 22:03:19 +0000
committerRoy Marples <roy@marples.name>2019-11-09 22:03:19 +0000
commit12f623711e56841ff2785e5bcab3f29f6f504fc8 (patch)
treecfc602dfd67c97a3fa313b89cc4c7bc6179730a9 /src/if.h
parent437bf2a8b6c457049b11c361e8d3f044ad6df2bc (diff)
downloaddhcpcd-12f623711e56841ff2785e5bcab3f29f6f504fc8.tar.xz
INET6: Apply hoplimit, reachable and retrans timer values from RA.
Only tested thus far on NetBSD. While here, fix prior to not lose the first sorted route.
Diffstat (limited to 'src/if.h')
-rw-r--r--src/if.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/if.h b/src/if.h
index ecfdb102..cc62cc94 100644
--- a/src/if.h
+++ b/src/if.h
@@ -65,6 +65,7 @@
#include "dhcpcd.h"
#include "ipv4.h"
#include "ipv6.h"
+#include "ipv6nd.h"
#include "route.h"
#define EUI64_ADDR_LEN 8
@@ -206,6 +207,7 @@ int ip6_temp_valid_lifetime(const char *ifname);
#endif
int ip6_forwarding(const char *ifname);
+int if_applyra(const struct ra *);
int if_address6(unsigned char, const struct ipv6_addr *);
int if_addrflags6(const struct interface *, const struct in6_addr *,
const char *);