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/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 de3c09bdb89..ce80f0e0e20 100644 --- a/src/vlibapi/api_helper_macros.h +++ b/src/vlibapi/api_helper_macros.h @@ -219,7 +219,8 @@ _(oam_events) \ _(bfd_events) \ _(wc_ip6_nd_events) \ _(wc_ip4_arp_events) \ -_(ip6_ra_events) +_(ip6_ra_events) \ +_(dhcp6_pd_reply_events) typedef struct { -- cgit 1.2.3-korg