chiark / gitweb /
networkd: add a basic network daemon
[elogind.git] / src / network / networkd-gperf.gperf
diff --git a/src/network/networkd-gperf.gperf b/src/network/networkd-gperf.gperf
new file mode 100644 (file)
index 0000000..a0ca6aa
--- /dev/null
@@ -0,0 +1,25 @@
+%{
+#include <stddef.h>
+#include "conf-parser.h"
+#include "networkd.h"
+#include "net-util.h"
+%}
+struct ConfigPerfItem;
+%null_strings
+%language=ANSI-C
+%define slot-name section_and_lvalue
+%define hash-function-name network_gperf_hash
+%define lookup-function-name network_gperf_lookup
+%readonly-tables
+%omit-struct-type
+%struct-type
+%includes
+%%
+Match.MACAddress,        config_parse_hwaddr,           0,       offsetof(Network, match_mac)
+Match.Path,              config_parse_string,           0,       offsetof(Network, match_path)
+Match.Driver,            config_parse_string,           0,       offsetof(Network, match_driver)
+Match.Type,              config_parse_string,           0,       offsetof(Network, match_type)
+Match.Name,              config_parse_ifname,           0,       offsetof(Network, match_name)
+Network.Description,     config_parse_string,           0,       offsetof(Network, description)
+Network.Address,         config_parse_address,          0,       0
+Network.Gateway,         config_parse_gateway,          0,       0