summaryrefslogtreecommitdiffstats
path: root/src/plugins/lldp/lldp_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/lldp/lldp_test.c')
-rw-r--r--src/plugins/lldp/lldp_test.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/plugins/lldp/lldp_test.c b/src/plugins/lldp/lldp_test.c
index 6eb3e0f0279..ba5ecb20260 100644
--- a/src/plugins/lldp/lldp_test.c
+++ b/src/plugins/lldp/lldp_test.c
@@ -142,4 +142,16 @@ api_sw_interface_set_lldp (vat_main_t * vam)
return ret;
}
+static int
+api_lldp_dump (vat_main_t *vam)
+{
+ return 0;
+}
+
+static void
+vl_api_lldp_dump_reply_t_handler (vl_api_lldp_dump_reply_t *mp)
+{
+ // not yet implemented
+}
+
#include <lldp/lldp.api_test.c>