diff options
author | Eyal Bari <ebari@cisco.com> | 2017-09-20 11:29:17 +0300 |
---|---|---|
committer | John Lo <loj@cisco.com> | 2017-09-22 01:55:33 +0000 |
commit | c125eccc10db9c0b9c5d161d3ad20b4fc8c69b26 (patch) | |
tree | af209e8188ebc6d8ae8719a6307117acd5e41063 /src/vlibapi | |
parent | 03add7f5b5e5351790187ea6d7e83803d5be2440 (diff) |
IP-MAC,ND:wildcard events,fix sending multiple events
wildcard ND events publisher was sending the last event mutiple times
Change-Id: I6c30f2de03fa825e79df9005a3cfaaf68ff7ea2f
Signed-off-by: Eyal Bari <ebari@cisco.com>
Diffstat (limited to 'src/vlibapi')
-rw-r--r-- | src/vlibapi/api_helper_macros.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vlibapi/api_helper_macros.h b/src/vlibapi/api_helper_macros.h index 13734896298..052cc6e78b5 100644 --- a/src/vlibapi/api_helper_macros.h +++ b/src/vlibapi/api_helper_macros.h @@ -216,6 +216,7 @@ _(to_netconf_client) \ _(from_netconf_client) \ _(oam_events) \ _(bfd_events) \ +_(wc_ip6_nd_events) \ _(wc_ip4_arp_events) typedef struct |