ndp: answer global-addressed NS manually
[project/odhcpd.git] / src / odhcpd.h
index 4a07252322d40d228bb0d1851e7560089e34a227..01c9ad73d5c5eb04936f453809cdde8a0157e447 100644 (file)
@@ -387,6 +387,7 @@ void dhcpv6_ia_write_statefile(void);
 int netlink_add_netevent_handler(struct netevent_handler *hdlr);
 ssize_t netlink_get_interface_addrs(const int ifindex, bool v6,
                struct odhcpd_ipaddr **addrs);
+int netlink_get_interface_proxy_neigh(int ifindex, const struct in6_addr *addr);
 int netlink_setup_route(const struct in6_addr *addr, const int prefixlen,
                const int ifindex, const struct in6_addr *gw,
                const uint32_t metric, const bool add);