chiark / gitweb /
systemctl: prefix list-units and list-machines output with a circle indicating a...
[elogind.git] / src / network / networkd-netdev-gperf.gperf
1 %{
2 #include <stddef.h>
3 #include "conf-parser.h"
4 #include "networkd.h"
5 #include "net-util.h"
6 %}
7 struct ConfigPerfItem;
8 %null_strings
9 %language=ANSI-C
10 %define slot-name section_and_lvalue
11 %define hash-function-name network_netdev_gperf_hash
12 %define lookup-function-name network_netdev_gperf_lookup
13 %readonly-tables
14 %omit-struct-type
15 %struct-type
16 %includes
17 %%
18 Match.Host,              config_parse_net_condition,         CONDITION_HOST,                offsetof(NetDev, match_host)
19 Match.Virtualization,    config_parse_net_condition,         CONDITION_VIRTUALIZATION,      offsetof(NetDev, match_virt)
20 Match.KernelCommandLine, config_parse_net_condition,         CONDITION_KERNEL_COMMAND_LINE, offsetof(NetDev, match_kernel)
21 Match.Architecture,      config_parse_net_condition,         CONDITION_ARCHITECTURE,        offsetof(NetDev, match_arch)
22 NetDev.Description,      config_parse_string,                0,                             offsetof(NetDev, description)
23 NetDev.Name,             config_parse_ifname,                0,                             offsetof(NetDev, name)
24 NetDev.Kind,             config_parse_netdev_kind,           0,                             offsetof(NetDev, kind)
25 VLAN.Id,                 config_parse_uint64,                0,                             offsetof(NetDev, vlanid)
26 MACVLAN.Mode,            config_parse_macvlan_mode,          0,                             offsetof(NetDev, macvlan_mode)