diff options
author | Dave Barach <dave@barachs.net> | 2019-10-14 11:26:15 -0400 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-10-14 22:42:49 +0000 |
commit | ef3c11ca93b651611af33ab3e5d64217504d221d (patch) | |
tree | bbfcd40ab4fd6e884b6f9bf2b2deea7038aa52de /src/plugins/mactime/CMakeLists.txt | |
parent | 8d829f6c480cdd6536537fc49356baa1878b9570 (diff) |
mactime: add the "mactime.json" builtin URL
If the http static server plugin is enabled, register the name
"mactime.json" with the server. Visiting <web-root>/mactime.json
produces a json brain-dump of the mactime table.
Type: feature
Signed-off-by: Dave Barach <dave@barachs.net>
Change-Id: Ie39b0c776675864a85251b8c07fbf719d399f6de
Diffstat (limited to 'src/plugins/mactime/CMakeLists.txt')
-rw-r--r-- | src/plugins/mactime/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |