From 81119e86bdf47f41f06218f91e52024bc4d00e7c Mon Sep 17 00:00:00 2001 From: Juraj Sloboda Date: Fri, 25 May 2018 14:02:20 +0200 Subject: Implement DHCPv6 PD client (VPP-718, VPP-1050) Change-Id: I72a1ccdfdd5573335ef78fc01d5268934c73bd31 Signed-off-by: Juraj Sloboda --- src/vnet/ip/ip6_neighbor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vnet/ip/ip6_neighbor.h') diff --git a/src/vnet/ip/ip6_neighbor.h b/src/vnet/ip/ip6_neighbor.h index 27d8cb27eae..b346563c83b 100644 --- a/src/vnet/ip/ip6_neighbor.h +++ b/src/vnet/ip/ip6_neighbor.h @@ -44,6 +44,8 @@ typedef struct fib_node_index_t fib_entry_index; } ip6_neighbor_t; +extern ip6_address_t ip6_neighbor_get_link_local_address (u32 sw_if_index); + extern ip6_neighbor_t *ip6_neighbors_pool (void); extern ip6_neighbor_t *ip6_neighbors_entries (u32 sw_if_index); -- cgit 1.2.3-korg