diff options
| author | Roy Marples <roy@marples.name> | 2019-11-09 22:03:19 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-11-09 22:03:19 +0000 |
| commit | 12f623711e56841ff2785e5bcab3f29f6f504fc8 (patch) | |
| tree | cfc602dfd67c97a3fa313b89cc4c7bc6179730a9 /src/if.h | |
| parent | 437bf2a8b6c457049b11c361e8d3f044ad6df2bc (diff) | |
| download | dhcpcd-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 *); |
