From bcef77a7fb3b73d2a2fbcea51012014b62755bb5 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 31 May 2019 18:42:01 +0200 Subject: Switch to a JSON-based config format We can get rid of a lot of code by ditching out INI format parser. We also remove the support for "subtype" and "generator" templates for now; rather than implementing this in NeCo itself, templates could be implemented as a Lua DSL later. --- src/keywords.def | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/keywords.def (limited to 'src/keywords.def') diff --git a/src/keywords.def b/src/keywords.def deleted file mode 100644 index 0dbd866..0000000 --- a/src/keywords.def +++ /dev/null @@ -1,9 +0,0 @@ -/* Config section and field names; keep sorted! */ - -KW(Address) -KW(DHCP) -KW(DHCPv6) -KW(Device) -KW(Generate) -KW(Properties) -KW(Static) -- cgit v1.2.3