summaryrefslogtreecommitdiffstats
path: root/src/keywords.def
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2019-01-05 22:06:45 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2019-01-05 22:06:45 +0100
commitdaa68c4b2de9814b8331e7b9079d5fc49bee35c1 (patch)
tree4f82de8a19abf7b6a0c9e6f511ac23995d9d5851 /src/keywords.def
parent9e059f898ae1b0528cdde553fd51c661901e283a (diff)
downloadneco-daa68c4b2de9814b8331e7b9079d5fc49bee35c1.tar
neco-daa68c4b2de9814b8331e7b9079d5fc49bee35c1.zip
Add first parts of interface config handling
Diffstat (limited to 'src/keywords.def')
-rw-r--r--src/keywords.def9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/keywords.def b/src/keywords.def
new file mode 100644
index 0000000..0dbd866
--- /dev/null
+++ b/src/keywords.def
@@ -0,0 +1,9 @@
+/* Config section and field names; keep sorted! */
+
+KW(Address)
+KW(DHCP)
+KW(DHCPv6)
+KW(Device)
+KW(Generate)
+KW(Properties)
+KW(Static)