mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 16:26:59 +00:00
output: add mustach templating support
Based on José Bollo's mustache C implementation. This adaptation uses project specific data structures to avoid overhead with json parsing. Reference: https://gitlab.com/jobol/mustach.git Commit: d84608a69033d38c81b8fcff0cb272e225dd5428 Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
fe847bb9b1
commit
7d9a5b5561
9 changed files with 741 additions and 6 deletions
|
|
@ -13,6 +13,9 @@ dhcpd_pools_SOURCES = \
|
|||
src/dhcpd-pools.h \
|
||||
src/getdata.c \
|
||||
src/hash.c \
|
||||
src/mustach-dhcpd-pools.c \
|
||||
src/mustach.c \
|
||||
src/mustach.h \
|
||||
src/other.c \
|
||||
src/output.c \
|
||||
src/sort.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue