diff options
Diffstat (limited to 'include/net/ip6_route.h')
-rw-r--r-- | include/net/ip6_route.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h index 0e2895c8b270..5c3b67c86aef 100644 --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h | |||
@@ -88,6 +88,8 @@ extern struct rt6_info *addrconf_dst_alloc(struct inet6_dev *idev, | |||
88 | const struct in6_addr *addr, | 88 | const struct in6_addr *addr, |
89 | int anycast); | 89 | int anycast); |
90 | 90 | ||
91 | extern int ip6_dst_hoplimit(struct dst_entry *dst); | ||
92 | |||
91 | /* | 93 | /* |
92 | * support functions for ND | 94 | * support functions for ND |
93 | * | 95 | * |