From cebb47733923f9c66d5fe794c040f7baf6271a47 Mon Sep 17 00:00:00 2001 From: Mohsin Kazmi Date: Wed, 7 Apr 2021 19:50:35 +0200 Subject: ip6-nd: add ip6-nd proxy Type: feature Change-Id: I91f72f5802db195d1a15424d67c1b6e518168f9f Signed-off-by: Mohsin Kazmi --- src/vnet/ip6-nd/ip6_nd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vnet/ip6-nd/ip6_nd.h') diff --git a/src/vnet/ip6-nd/ip6_nd.h b/src/vnet/ip6-nd/ip6_nd.h index 4dab7440b4a..2aade3fb512 100644 --- a/src/vnet/ip6-nd/ip6_nd.h +++ b/src/vnet/ip6-nd/ip6_nd.h @@ -23,6 +23,7 @@ extern int ip6_nd_proxy_add (u32 sw_if_index, const ip6_address_t * addr); extern int ip6_nd_proxy_del (u32 sw_if_index, const ip6_address_t * addr); +extern int ip6_nd_proxy_enable_disable (u32 sw_if_index, u8 enable); #endif /* included_ip6_neighbor_h */ -- cgit 1.2.3-korg