From ef3c11ca93b651611af33ab3e5d64217504d221d Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Mon, 14 Oct 2019 11:26:15 -0400 Subject: mactime: add the "mactime.json" builtin URL If the http static server plugin is enabled, register the name "mactime.json" with the server. Visiting /mactime.json produces a json brain-dump of the mactime table. Type: feature Signed-off-by: Dave Barach Change-Id: Ie39b0c776675864a85251b8c07fbf719d399f6de --- src/plugins/mactime/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/mactime/CMakeLists.txt') diff --git a/src/plugins/mactime/CMakeLists.txt b/src/plugins/mactime/CMakeLists.txt index 5477674f22a..debf033f71e 100644 --- a/src/plugins/mactime/CMakeLists.txt +++ b/src/plugins/mactime/CMakeLists.txt @@ -14,6 +14,7 @@ add_vpp_plugin(mactime SOURCES mactime.c + builtins.c node.c API_FILES -- cgit 1.2.3-korg