From 4b9669dc116f6c9be5ef124e4aff7b201404b6ea Mon Sep 17 00:00:00 2001 From: Juraj Sloboda Date: Mon, 15 Jan 2018 10:39:21 +0100 Subject: IPv6 ND Router discovery data plane (VPP-1095) Add API call to send Router Solicitation messages. Save info from incoming Router Advertisement messages and notify listeners. Change-Id: Ie518b5492231e03291bd4c4280be4727bfecab46 Signed-off-by: Juraj Sloboda --- src/vlibapi/api_helper_macros.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/vlibapi') diff --git a/src/vlibapi/api_helper_macros.h b/src/vlibapi/api_helper_macros.h index 23340425978..de3c09bdb89 100644 --- a/src/vlibapi/api_helper_macros.h +++ b/src/vlibapi/api_helper_macros.h @@ -218,7 +218,8 @@ _(from_netconf_client) \ _(oam_events) \ _(bfd_events) \ _(wc_ip6_nd_events) \ -_(wc_ip4_arp_events) +_(wc_ip4_arp_events) \ +_(ip6_ra_events) typedef struct { -- cgit 1.2.3-korg