diff options
Diffstat (limited to 'src/vnet/ip6-nd/ip6_nd.h')
-rw-r--r-- | src/vnet/ip6-nd/ip6_nd.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |