]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/network/networkd-gperf.gperf
DHCP DUID, IAID configuration options
[thirdparty/systemd.git] / src / network / networkd-gperf.gperf
1 %{
2 #include <stddef.h>
3 #include "conf-parser.h"
4 #include "networkd-conf.h"
5 %}
6 struct ConfigPerfItem;
7 %null_strings
8 %language=ANSI-C
9 %define slot-name section_and_lvalue
10 %define hash-function-name networkd_gperf_hash
11 %define lookup-function-name networkd_gperf_lookup
12 %readonly-tables
13 %omit-struct-type
14 %struct-type
15 %includes
16 %%
17 DUID.Type, config_parse_duid_type, 0, offsetof(Manager, duid_type)
18 DUID.RawData, config_parse_duid_rawdata, DUID_CONFIG_SOURCE_GLOBAL, offsetof(Manager, dhcp_duid)