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 | e252a8b3271e4463d750622ff5b10c08c574a0fa (patch) | |
| tree | cfc602dfd67c97a3fa313b89cc4c7bc6179730a9 /src/if.h | |
| parent | 5c1c0c7f3aa4b8de4b487b55f0508e03bef46b3f (diff) | |
| download | dhcpcd-e252a8b3271e4463d750622ff5b10c08c574a0fa.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 *); |
