summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-05-16 20:14:23 +0200
committerTom Gundersen <teg@jklm.no>2014-05-16 20:16:12 +0200
commitee9b9875fd7e0ed6fbab3532944abf4c73353e42 (patch)
tree5661d2d8a64ab327a2bb3ea50b29df51f8d22c41 /src
parent68d3acaccbd26ecfbc5881fea75968fa4abcc565 (diff)
networkd: add missing files
Diffstat (limited to 'src')
-rw-r--r--src/network/networkd-gperf.gperf17
-rw-r--r--src/network/networkd.conf.in11
2 files changed, 28 insertions, 0 deletions
diff --git a/src/network/networkd-gperf.gperf b/src/network/networkd-gperf.gperf
new file mode 100644
index 0000000000..a5dfc400ea
--- /dev/null
+++ b/src/network/networkd-gperf.gperf
@@ -0,0 +1,17 @@
+%{
+#include <stddef.h>
+#include "conf-parser.h"
+#include "networkd.h"
+%}
+struct ConfigPerfItem;
+%null_strings
+%language=ANSI-C
+%define slot-name section_and_lvalue
+%define hash-function-name networkd_gperf_hash
+%define lookup-function-name networkd_gperf_lookup
+%readonly-tables
+%omit-struct-type
+%struct-type
+%includes
+%%
+Network.DNS, config_parse_dnsv, 0, offsetof(Manager, fallback_dns)
diff --git a/src/network/networkd.conf.in b/src/network/networkd.conf.in
new file mode 100644
index 0000000000..efe889a442
--- /dev/null
+++ b/src/network/networkd.conf.in
@@ -0,0 +1,11 @@
+# This file is part of systemd.
+#
+# systemd is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation; either version 2.1 of the License, or
+# (at your option) any later version.
+#
+# See networkd.conf(5) for details
+
+[Network]
+#DNS=@DNS_SERVERS@