diff options
Diffstat (limited to 'include/net/addrconf.h')
-rw-r--r-- | include/net/addrconf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/addrconf.h b/include/net/addrconf.h index 14b789a123e7..1656c5978498 100644 --- a/include/net/addrconf.h +++ b/include/net/addrconf.h | |||
@@ -317,6 +317,8 @@ bool ipv6_chk_acast_addr(struct net *net, struct net_device *dev, | |||
317 | const struct in6_addr *addr); | 317 | const struct in6_addr *addr); |
318 | bool ipv6_chk_acast_addr_src(struct net *net, struct net_device *dev, | 318 | bool ipv6_chk_acast_addr_src(struct net *net, struct net_device *dev, |
319 | const struct in6_addr *addr); | 319 | const struct in6_addr *addr); |
320 | int ipv6_anycast_init(void); | ||
321 | void ipv6_anycast_cleanup(void); | ||
320 | 322 | ||
321 | /* Device notifier */ | 323 | /* Device notifier */ |
322 | int register_inet6addr_notifier(struct notifier_block *nb); | 324 | int register_inet6addr_notifier(struct notifier_block *nb); |